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.
2 parents 0c3134a + b07837d commit ac624f3Copy full SHA for ac624f3
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
- name: Install the latest version of uv
29
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
30
- name: Install tox
31
run: uv tool install --python-preference only-managed --python ${{ matrix.env }} tox --with tox-uv
32
- name: Run test suite
0 commit comments