Skip to content

Commit ce3d7e4

Browse files
committed
CI: Install libarchive from conda-forge
1 parent 6041a2c commit ce3d7e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_np2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
echo $CONDA/bin >> $GITHUB_PATH
2424
- name: Install dependencies
2525
run: |
26+
conda install -c conda-forge libarchive
2627
conda install -c conda-forge libmamba
2728
conda install -c numba numba=0.61.0rc1
2829
conda env update --file environment_np2.yml --name base

0 commit comments

Comments
 (0)