Skip to content

Commit 7d0e1f5

Browse files
committed
don't need to force a python version
1 parent 6e323f0 commit 7d0e1f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Test
4040
run: |
4141
pip install nox
42-
nox -s test --force-pythons="${{ matrix.python-version }}"
42+
nox -s test
4343
4444
- name: Run bmi-test
4545
run: |

0 commit comments

Comments
 (0)