Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
workaround
  • Loading branch information
StanFromIreland committed May 29, 2025
commit e0e00606912bd9d08101d7d2c9acc7e8c62f3b4f
2 changes: 1 addition & 1 deletion .github/workflows/update-lint-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
fail-fast: false
matrix:
version: [ 3.14 ]
needs: [ 'update' ]
# needs: [ 'update' ] XXX Temporary, uncomment me before merging!
continue-on-error: true
steps:
- uses: actions/setup-python@master
Expand Down
Loading