We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e323f0 commit 7d0e1f5Copy full SHA for 7d0e1f5
1 file changed
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Test
40
run: |
41
pip install nox
42
- nox -s test --force-pythons="${{ matrix.python-version }}"
+ nox -s test
43
44
- name: Run bmi-test
45
0 commit comments