Skip to content

Commit

Permalink
don't need to force a python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 31, 2024
1 parent 9b16cad commit f8a4769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Test
run: |
pip install nox
nox -s test --force-pythons="${{ matrix.python-version }}"
nox -s test
- name: Run bmi-test
run: |
Expand Down

0 comments on commit f8a4769

Please sign in to comment.