Skip to content

Commit

Permalink
Install python3-venv in the Test Flux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarak committed Jul 13, 2023
1 parent fd081a6 commit f60e278
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: ${{ matrix.container }}
steps:
- name: Make Space
run: |
run: |
rm -rf /usr/share/dotnet
rm -rf /opt/ghc
Expand All @@ -28,6 +28,7 @@ jobs:

- name: Install Reframe
run: |
apt-get update && apt-get install -y python3-venv
/bin/bash ./bootstrap.sh
export PATH=$PWD/bin:$PATH
which reframe
Expand All @@ -36,7 +37,7 @@ jobs:
- name: Start Flux and Run Test
run: |
export PATH=$PWD/bin:$PATH
which reframe
which reframe
flux start reframe -c tutorials/flux -C tutorials/flux/settings.py -l
flux start reframe -c tutorials/flux -C tutorials/flux/settings.py --run
flux start python3 ./test_reframe.py --rfm-user-config=tutorials/flux/settings.py -vvvv

0 comments on commit f60e278

Please sign in to comment.