We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d40f85 commit 7c5dfadCopy full SHA for 7c5dfad
.github/workflows/ci.yaml
@@ -28,8 +28,9 @@ jobs:
28
channels: conda-forge
29
30
- 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
+ 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
33
+ conda activate root-nightly
34
35
- name: Configure and build
36
run: |
0 commit comments