Skip to content

Commit 491f1e0

Browse files
progress with CI
1 parent 93ef86e commit 491f1e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hicr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Installing meson, ninja and gcovr
2121
run: python3 -m pip install meson ninja gcovr
2222
- name: Install UCX
23-
- run: |
23+
run: |
2424
wget https://github.com/openucx/ucx/releases/download/v1.15.0/ucx-1.15.0.tar.gz
2525
tar -zxf ucx-1.15.0.tar.gz
2626
cd ucx-1.15.0
@@ -32,7 +32,7 @@ jobs:
3232
rm -rf /ucx-1.15.0.tar.gz
3333
rm -rf /ucx-1.15.0
3434
- name: Install LPF
35-
- run: |
35+
run: |
3636
git clone -b noc_extension --single-branch --depth 1 https://github.com/Algebraic-Programming/LPF.git $HOME/lpf
3737
cd $HOME/lpf
3838
git checkout noc_extension

0 commit comments

Comments
 (0)