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 d4c9655 commit ddba8ffCopy full SHA for ddba8ff
2 files changed
.github/workflows/build_rocky.yml
@@ -10,7 +10,11 @@ jobs:
10
11
steps:
12
- name: Set up uv
13
- uses: astral-sh/setup-uv@v2
+ uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
14
+
15
+ - name: Install Python
16
+ # Installs latest Python version so it's preferred by uv over Rocky's system Python.
17
+ run: uv python install
18
19
- name: Install Dependencies
20
run: |
.github/workflows/build_rocky_arm.yml
0 commit comments