Spaces:
Running
Running
Commit
Β·
6354981
1
Parent(s):
406ea59
build: π§ specify Python 3.12 in CI setup
Browse filesUpdated CI workflow to explicitly use Python 3.12 for improved consistency and reproducibility of builds.
- .github/workflows/ci.yml +1 -0
.github/workflows/ci.yml
CHANGED
@@ -22,6 +22,7 @@ jobs:
|
|
22 |
- name: Setup Python
|
23 |
uses: astral-sh/setup-uv@v2
|
24 |
with:
|
|
|
25 |
enable-cache: true
|
26 |
- name: Run
|
27 |
run: |
|
|
|
22 |
- name: Setup Python
|
23 |
uses: astral-sh/setup-uv@v2
|
24 |
with:
|
25 |
+
version: 3.12
|
26 |
enable-cache: true
|
27 |
- name: Run
|
28 |
run: |
|