Skip to content

Commit

Permalink
... and a final attempt at parametrization
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg authored May 31, 2021
1 parent b610839 commit a668347
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
os: [ubuntu-20.04, windows-2019, macOS-10.15]
standalone: [false, true]
float_dtype_32: [false,true]
python_version: ${{ env.MAX_PYTHON }}
python_version: ${{ MAX_PYTHON }}
include:
- os: ubuntu-20.04
standalone: false
python-version: ${{ env.MIN_PYTHON }}
python-version: ${{ MIN_PYTHON }}
float_dtype_32: false
- os: ubuntu-20.04
standalone: true
python-version: ${{ env.MIN_PYTHON }}
python-version: ${{ MIN_PYTHON }}
float_dtype_32: false

defaults:
Expand Down

0 comments on commit a668347

Please sign in to comment.