Skip to content

Commit

Permalink
Add missing Python version in tox environment name
Browse files Browse the repository at this point in the history
for it/e3-core#34
  • Loading branch information
enzbang committed Jan 20, 2025
1 parent 5538325 commit ca29966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run Tox
run: tox
env:
TOXENV: py${{ matrix.python-version}}-xdist-cov
TOXENV: py${{ matrix.python}}-xdist-cov

security:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ca29966

Please sign in to comment.