Skip to content

Commit

Permalink
CI: Install libarchive from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad committed Nov 27, 2024
1 parent 6041a2c commit ce3d7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_np2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install -c conda-forge libarchive
conda install -c conda-forge libmamba
conda install -c numba numba=0.61.0rc1
conda env update --file environment_np2.yml --name base
Expand Down

0 comments on commit ce3d7e4

Please sign in to comment.