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 c91c8ed commit 054d287Copy full SHA for 054d287
.github/workflows/stackhpc.yml
@@ -90,11 +90,11 @@ jobs:
90
. environments/.stackhpc/activate
91
ansible-playbook -vv ansible/adhoc/hpctests.yml
92
93
- # - name: Run EESSI tests
94
- # run: |
95
- # . venv/bin/activate
96
- # . environments/.stackhpc/activate
97
- # ansible-playbook -vv ansible/ci/check_eessi.yml
+ - name: Run EESSI tests
+ run: |
+ . venv/bin/activate
+ . environments/.stackhpc/activate
+ ansible-playbook -vv ansible/ci/check_eessi.yml
98
99
- name: Confirm Open Ondemand is up (via SOCKS proxy)
100
run: |
0 commit comments