Skip to content

Commit 7c5dfad

Browse files
committed
[CI] Fix quick typo in Github Actions
1 parent 7d40f85 commit 7c5dfad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ jobs:
2828
channels: conda-forge
2929

3030
- name: Conda install dependencies
31-
run: conda create -n root-nightly -y -c https://root.cern/download/conda-nightly/latest -c conda-forge root-nightly cmake pytest pytest-benchmark pytest-csv numpy numba
32-
run: conda activate root-nightly
31+
run: |
32+
conda create -n root-nightly -y -c https://root.cern/download/conda-nightly/latest -c conda-forge root-nightly cmake pytest pytest-benchmark pytest-csv numpy numba
33+
conda activate root-nightly
3334
3435
- name: Configure and build
3536
run: |

0 commit comments

Comments
 (0)