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 6582722 commit eb87e27Copy full SHA for eb87e27
.github/workflows/stackhpc.yml
@@ -32,6 +32,7 @@ jobs:
32
CI_CLOUD: ${{ vars.CI_CLOUD }} # default from repo settings
33
TF_VAR_os_version: ${{ matrix.os_version }}
34
STACKHPC_TF_DIR: environments/.stackhpc/tofu
35
+ PYTHON_VERSION: /usr/bin/python3.12 # needed for rebuild testing
36
steps:
37
38
- name: Find the latest release
0 commit comments