Skip to content

Commit

Permalink
Revert "Try to avoid shell in the first place"
Browse files Browse the repository at this point in the history
This reverts commit df5a2b5.
  • Loading branch information
hynek committed Oct 31, 2024
1 parent df5a2b5 commit 0f80f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:

- name: Run tests
env:
PYTHON: ${{ format('py{0}', format(matrix.python-version, '', '.')) }}
PYTHON: ${{ matrix.python-version }}
run: >
uvx --with tox-uv tox run
--installpkg dist/*.whl
-f $PYTHON-tests
-f py$(echo $PYTHON | tr -d .)-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 $PYTHON-mypy
-e py$(echo $PYTHON | tr -d .)-mypy
coverage:
name: Ensure 100% test coverage
Expand Down

0 comments on commit 0f80f10

Please sign in to comment.