Skip to content

Commit

Permalink
Disable fail fast in matrix job so I can at least debug linux
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 10, 2024
1 parent 85f3cf8 commit bf3f105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
#python_version: ["3.7","3.8","3.9","3.10","3.11","3.12"]
python_version: ["3.9"]
fail-fast: false

steps:
# Used to host cibuildwheel
Expand Down

0 comments on commit bf3f105

Please sign in to comment.