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 6d4adec commit 8f1e302Copy full SHA for 8f1e302
.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
@@ -73,7 +73,7 @@ jobs:
73
continue-on-error: true
74
75
76
77
78
- name: Setup Venv
79
run: |
0 commit comments