diff --git a/.github/workflows/python-build-package.yml b/.github/workflows/python-build-package.yml index ef82f79a..0d209ea1 100644 --- a/.github/workflows/python-build-package.yml +++ b/.github/workflows/python-build-package.yml @@ -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: @@ -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: