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 b91f134 commit 9ccf7b9Copy full SHA for 9ccf7b9
.github/actions/create-venv-for-tests/action.yml
@@ -16,7 +16,7 @@ runs:
16
using: 'composite'
17
steps:
18
- name: Install uv
19
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
+ uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7
20
21
# Used by tests for installation of ipykernel.
22
# Create a venv & register it as a kernel.
.github/workflows/copilot-setup-steps.yml
@@ -78,7 +78,7 @@ jobs:
78
continue-on-error: true
79
80
81
82
83
- name: Setup Venv
84
run: |
0 commit comments