Skip to content

Commit

Permalink
gh workflow: fix failure in adding fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
reyammer committed Jan 24, 2025
1 parent 02aa4aa commit fa0ce8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:
test-wheels:
needs: [build-wheels]
runs-on: ${{ matrix.platform.runner }}
# We want to know in which exact situation the tests fail
fail-fast: false
strategy:
# We want to know in which exact situation the tests fail
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
platform:
Expand Down Expand Up @@ -178,10 +178,10 @@ jobs:
# Download, install, and test the pure python wheel on multiple platforms
test-pure-python-wheel:
needs: [build-pure-python-wheel]
# We want to know in which exact situation the tests fail
fail-fast: false
runs-on: ${{ matrix.platform.runner }}
strategy:
# We want to know in which exact situation the tests fail
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
platform:
Expand Down

0 comments on commit fa0ce8d

Please sign in to comment.