We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbf5e0 commit eefdbcdCopy full SHA for eefdbcd
.github/workflows/lint_python.yml
@@ -11,8 +11,8 @@ jobs:
11
name: Check Python linting
12
runs-on: ubuntu-latest
13
steps:
14
- - name: Install the latest version of uv.
15
- uses: astral-sh/setup-uv@v5
+ - name: Install Python with the latest version of uv.
+ uses: astral-sh/setup-uv@v7
16
with:
17
python-version: "3.13"
18
.github/workflows/test_and_deploy.yml
@@ -16,8 +16,8 @@ jobs:
os: [ubuntu-latest, macos-latest]
fail-fast: false
19
20
+ - name: Install Python ${{ matrix.python-version }} with the latest version of uv.
21
22
python-version: ${{ matrix.python-version }}
23
- name: Install non-python build dependencies
0 commit comments