We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bc6b3 commit 213c721Copy full SHA for 213c721
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
44
with:
45
python-version: ${{ matrix.python-version }}
46
- - uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
+ - uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
47
- name: Run Tox
48
run: |
49
uvx --with tox-uv tox -e $(echo py${{ matrix.python-version }} | tr -d .)
0 commit comments