Skip to content

Commit f8a4769

Browse files
committed
don't need to force a python version
1 parent 9b16cad commit f8a4769

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Test
4141
run: |
4242
pip install nox
43-
nox -s test --force-pythons="${{ matrix.python-version }}"
43+
nox -s test
4444
4545
- name: Run bmi-test
4646
run: |

0 commit comments

Comments
 (0)