We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1252f61 commit 7907041Copy full SHA for 7907041
2 files changed
.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@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7
+ uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # 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