Skip to content

Commit

Permalink
Strip -dev suffix when calling nox
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jun 9, 2023
1 parent 4816978 commit d4a33e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
- name: "Install dependencies"
run: python -m pip install --upgrade nox
- name: "Run tests"
run: nox -s test-${{matrix.python-version}}
shell: bash
env:
PYTHON_VERSION: ${{matrix.python-version}}
run: nox -s test-${PYTHON_VERSION$-dev} --error-on-missing-interpreters

rally-tracks-compat:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit d4a33e6

Please sign in to comment.