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 6041a2c commit ce3d7e4Copy full SHA for ce3d7e4
.github/workflows/ci_np2.yml
@@ -23,6 +23,7 @@ jobs:
23
echo $CONDA/bin >> $GITHUB_PATH
24
- name: Install dependencies
25
run: |
26
+ conda install -c conda-forge libarchive
27
conda install -c conda-forge libmamba
28
conda install -c numba numba=0.61.0rc1
29
conda env update --file environment_np2.yml --name base
0 commit comments