Skip to content

Commit f60e278

Browse files
committed
Install python3-venv in the Test Flux workflow
1 parent fd081a6 commit f60e278

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-flux.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: ${{ matrix.container }}
2020
steps:
2121
- name: Make Space
22-
run: |
22+
run: |
2323
rm -rf /usr/share/dotnet
2424
rm -rf /opt/ghc
2525
@@ -28,6 +28,7 @@ jobs:
2828

2929
- name: Install Reframe
3030
run: |
31+
apt-get update && apt-get install -y python3-venv
3132
/bin/bash ./bootstrap.sh
3233
export PATH=$PWD/bin:$PATH
3334
which reframe
@@ -36,7 +37,7 @@ jobs:
3637
- name: Start Flux and Run Test
3738
run: |
3839
export PATH=$PWD/bin:$PATH
39-
which reframe
40+
which reframe
4041
flux start reframe -c tutorials/flux -C tutorials/flux/settings.py -l
4142
flux start reframe -c tutorials/flux -C tutorials/flux/settings.py --run
4243
flux start python3 ./test_reframe.py --rfm-user-config=tutorials/flux/settings.py -vvvv

0 commit comments

Comments
 (0)