Skip to content

Commit

Permalink
nox --force-python for micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jul 5, 2024
1 parent 68702b0 commit d2b99a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@ jobs:
- name: install dependencies
run: pip install pdm nox

- name: Build wheel
run: |
nox -s wheel
- name: test with nox
run: nox
run: |
nox --force-python ${{ matrix.python-version }} -s test
- name: upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit d2b99a6

Please sign in to comment.