Skip to content

Commit

Permalink
No need to shell out
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 31, 2024
1 parent 0f80f10 commit e9ec53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: >
uvx --with tox-uv tox run
--installpkg dist/*.whl
-f py$(echo $PYTHON | tr -d .)-tests
-f py${PYTHON//./}-tests
- name: Upload coverage data
uses: actions/upload-artifact@v4
Expand All @@ -83,7 +83,7 @@ jobs:
run: >
uvx --with tox-uv tox run
--installpkg dist/*.whl
-e py$(echo $PYTHON | tr -d .)-mypy
-e py${PYTHON//./}-mypy
coverage:
name: Ensure 100% test coverage
Expand Down

0 comments on commit e9ec53a

Please sign in to comment.