Skip to content

Commit 0c3b047

Browse files
committed
update ansible etc when switching branches
1 parent bf1ceed commit 0c3b047

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/stackhpc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: cat environments/.stackhpc/bastion_fingerprints >> ~/.ssh/known_hosts
9292
shell: bash
9393

94-
- name: Install ansible etc
94+
- name: Install ansible, pip and galaxy requirements
9595
run: dev/setup-env.sh
9696

9797
- name: Install OpenTofu
@@ -188,6 +188,9 @@ jobs:
188188
- name: Checkout current branch
189189
uses: actions/checkout@v4
190190

191+
- name: Update ansible, pip and galaxy requirements
192+
run: dev/setup-env.sh
193+
191194
- name: Find stackhpc tofu/terraform directory
192195
# changed in https://github.com/stackhpc/ansible-slurm-appliance/pull/541
193196
run: |

0 commit comments

Comments
 (0)