We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7d7da commit b2f0435Copy full SHA for b2f0435
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18
19
- name: Install uv
20
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
+ uses: astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7
21
22
- name: Set up Python ${{ matrix.python-version }}
23
run: uv python install ${{ matrix.python-version }}
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
- name: Set up Python
run: uv python install 3.12
0 commit comments