Skip to content

Commit

Permalink
ci: missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Nov 5, 2024
1 parent ada898e commit f101a1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
matrix:
# Created by the build-and-inspect-python-package action above.
python-version: ${{ fromJson(needs.build-package.outputs.supported-python-versions) }}
env:
PYTHON: ${{ matrix.python-version }}

steps:
- name: Download pre-built packages
Expand All @@ -69,7 +71,7 @@ jobs:
uvx --with=tox-uv
tox run
--installpkg dist/*.whl
-f py$(echo ${{ matrix.python-version }} | tr -d .)
-f py$(echo $PYTHON | tr -d .)
- name: Upload coverage data
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f101a1d

Please sign in to comment.