Skip to content

Commit eb87e27

Browse files
committed
define python version var at workflow level for testing rebuild
1 parent 6582722 commit eb87e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/stackhpc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
CI_CLOUD: ${{ vars.CI_CLOUD }} # default from repo settings
3333
TF_VAR_os_version: ${{ matrix.os_version }}
3434
STACKHPC_TF_DIR: environments/.stackhpc/tofu
35+
PYTHON_VERSION: /usr/bin/python3.12 # needed for rebuild testing
3536
steps:
3637

3738
- name: Find the latest release

0 commit comments

Comments
 (0)