davidgasquez commited on
Commit
6354981
Β·
1 Parent(s): 406ea59

build: πŸ”§ specify Python 3.12 in CI setup

Browse files

Updated CI workflow to explicitly use Python 3.12 for improved consistency and reproducibility of builds.

Files changed (1) hide show
  1. .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: |