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 fb1653a commit e62533aCopy full SHA for e62533a
1 file changed
.github/workflows/test.yml
@@ -14,5 +14,5 @@ jobs:
14
python-version: ["3.11", "3.12", "3.13", "3.14"]
15
steps:
16
- uses: actions/checkout@v6
17
- - uses: astral-sh/setup-uv@v8
+ - uses: astral-sh/setup-uv@v7
18
- run: uv run --python ${{ matrix.python-version }} --with pytest python -m pytest
0 commit comments