Skip to content

Commit 2e80e5e

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stackhpc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777

7878
- name: Install ansible, pip and galaxy requirements
7979
run: dev/setup-env.sh
80+
env:
81+
PYTHON_VERSION: /usr/bin/python3.10
8082

8183
- name: Install OpenTofu
8284
uses: opentofu/setup-opentofu@v1.0.5

0 commit comments

Comments
 (0)