Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 26, 2024
1 parent ecb33a9 commit a96ba4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: >
uvx --with tox-uv tox run
--installpkg dist/*.whl
-f py$(echo ${{ matrix.python-version }} | tr -d .)-tests
-f py$(echo ${{ matrix.python-version }} | tr -d .)
- name: Upload coverage data
uses: actions/upload-artifact@v4
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ env_list =
lint,
mypy-{api,pkg},
docs,
pypy3{,-pyopenssl-latest-idna},
py3{8,9,10,11,12}{,-pyopenssl}{,-oldest}{,-idna},
coverage-report

Expand Down

0 comments on commit a96ba4c

Please sign in to comment.