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 940328b commit d2a5f08Copy full SHA for d2a5f08
.github/workflows/pytest.yml
@@ -8,7 +8,6 @@ env:
8
UV_SYSTEM_PYTHON: 1
9
10
11
-# adapted from: https://github.com/tiangolo/poetry-version-plugin
12
jobs:
13
test:
14
strategy:
@@ -25,7 +24,7 @@ jobs:
25
24
id: setup-python
26
uses: actions/setup-python@v5
27
- name: Install uv
28
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
29
- name: Install pinned requirements
30
run: uv pip install -r requirements/requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt
31
- name: Install test requirements
0 commit comments