Skip to content

Commit 0e80f93

Browse files
committed
ci: add libarchive to dependencies
This is needed to work around a bug in conda.
1 parent 085d348 commit 0e80f93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/anaconda.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
source $CONDA/bin/activate env
3838
$CONDA/bin/conda install --yes --quiet --name env conda-build pip
3939
pip install --require-hashes -r ci/requirements.txt
40+
41+
# libarchive is required as a workaround for https://github.com/conda/conda-build/issues/4835
42+
pip install libarchive
4043
4144
- name: Build and Test
4245
run: |

0 commit comments

Comments
 (0)