Skip to content

Commit 99b240d

Browse files
committed
Set python version to use in SLURM tests
Signed-off-by: Fabrice Normandin <[email protected]>
1 parent a38e34c commit 99b240d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
version: ${{ env.UV_VERSION }}
139139
# https://github.com/astral-sh/setup-uv?tab=readme-ov-file#github-authentication-token
140140
github-token: ${{ secrets.GITHUB_TOKEN }}
141+
python_version: "3.12"
141142
- name: Install dependencies
142143
run: uv sync --all-extras --frozen
143144
- name: Show installed packages

0 commit comments

Comments
 (0)