Skip to content

Commit 17b9c78

Browse files
committed
Install reframe from reframe-hpc to avoid deps problem
1 parent c79f7ee commit 17b9c78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitlab/pipeline_reframe_ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ test_reframe:
1919
- cmake --version
2020
- hipcc --version || echo "HIP not found in PATH"
2121
# Install reframe
22-
- git clone --depth 1 -b v4.8.4 https://github.com/reframe-hpc/reframe.git
23-
- pushd reframe && ./bootstrap.sh && popd
22+
- pip install reframe-hpc==4.8.4
2423
# Run gpu-benchmarks reframe tests
2524
- git clone --depth 1 https://github.com/eth-cscs/cscs-reframe-tests.git
2625
- cd cscs-reframe-tests

0 commit comments

Comments
 (0)