8000
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.
2 parents 57fdd8e + 4124160 commit 4690af9Copy full SHA for 4690af9
.github/workflows/macos.yml
@@ -124,7 +124,7 @@ jobs:
124
fetch-tags: true
125
persist-credentials: false
126
127
- - uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04
+ - uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
128
with:
129
activate-environment: true
130
python-version: ${{ matrix.version }}
.github/workflows/windows.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Setup Python
38
- uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04
+ uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
39
40
41
python-version: ${{ matrix.compiler-pyversion[1] }}
0 commit comments