Skip to content

Commit

Permalink
ci: set TOXENV to the Python version of the CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Feb 28, 2025
1 parent 83551a9 commit 036528a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Test
env:
PLATFORM: ${{ matrix.platform }}
TOXENV: py${{ matrix.python-version | replace('.', '') }}
run: |
tox -vv
Expand Down

0 comments on commit 036528a

Please sign in to comment.