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