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 085d348 commit 0e80f93Copy full SHA for 0e80f93
1 file changed
.github/workflows/anaconda.yml
@@ -37,6 +37,9 @@ jobs:
37
source $CONDA/bin/activate env
38
$CONDA/bin/conda install --yes --quiet --name env conda-build pip
39
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
43
44
- name: Build and Test
45
run: |
0 commit comments