We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ef86e commit 491f1e0Copy full SHA for 491f1e0
.github/workflows/hicr.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Installing meson, ninja and gcovr
21
run: python3 -m pip install meson ninja gcovr
22
- name: Install UCX
23
- - run: |
+ run: |
24
wget https://github.com/openucx/ucx/releases/download/v1.15.0/ucx-1.15.0.tar.gz
25
tar -zxf ucx-1.15.0.tar.gz
26
cd ucx-1.15.0
@@ -32,7 +32,7 @@ jobs:
32
rm -rf /ucx-1.15.0.tar.gz
33
rm -rf /ucx-1.15.0
34
- name: Install LPF
35
36
git clone -b noc_extension --single-branch --depth 1 https://github.com/Algebraic-Programming/LPF.git $HOME/lpf
37
cd $HOME/lpf
38
git checkout noc_extension
0 commit comments