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 3902888 commit bec8664Copy full SHA for bec8664
.github/workflows/ci.yml
@@ -31,5 +31,6 @@ jobs:
31
runs-on: ${{ matrix.os }}
32
steps:
33
- uses: actions/checkout@v4
34
- - uses: astral-sh/setup-uv@v3
+ - uses: astral-sh/setup-uv@v6
35
+ - run: uv python install
36
- run: uv run pytest
0 commit comments