Skip to content

Commit

Permalink
Merge pull request #76 from altheaden/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in build CI workflow
  • Loading branch information
xylar authored Dec 9, 2024
2 parents 49f974c + 6bc5535 commit 5261c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false
fail-fast: false
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@master
Expand Down

0 comments on commit 5261c85

Please sign in to comment.