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 fd081a6 commit f60e278Copy full SHA for f60e278
.github/workflows/test-flux.yaml
@@ -19,7 +19,7 @@ jobs:
19
name: ${{ matrix.container }}
20
steps:
21
- name: Make Space
22
- run: |
+ run: |
23
rm -rf /usr/share/dotnet
24
rm -rf /opt/ghc
25
@@ -28,6 +28,7 @@ jobs:
28
29
- name: Install Reframe
30
run: |
31
+ apt-get update && apt-get install -y python3-venv
32
/bin/bash ./bootstrap.sh
33
export PATH=$PWD/bin:$PATH
34
which reframe
@@ -36,7 +37,7 @@ jobs:
36
37
- name: Start Flux and Run Test
38
39
- which reframe
40
+ which reframe
41
flux start reframe -c tutorials/flux -C tutorials/flux/settings.py -l
42
flux start reframe -c tutorials/flux -C tutorials/flux/settings.py --run
43
flux start python3 ./test_reframe.py --rfm-user-config=tutorials/flux/settings.py -vvvv
0 commit comments