We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79f7ee commit 17b9c78Copy full SHA for 17b9c78
.gitlab/pipeline_reframe_ci.yml
@@ -19,8 +19,7 @@ test_reframe:
19
- cmake --version
20
- hipcc --version || echo "HIP not found in PATH"
21
# Install reframe
22
- - git clone --depth 1 -b v4.8.4 https://github.com/reframe-hpc/reframe.git
23
- - pushd reframe && ./bootstrap.sh && popd
+ - pip install reframe-hpc==4.8.4
24
# Run gpu-benchmarks reframe tests
25
- git clone --depth 1 https://github.com/eth-cscs/cscs-reframe-tests.git
26
- cd cscs-reframe-tests
0 commit comments