Skip to content

Commit 4199bd1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/anaconda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Install Dependencies
8282
run: |
83-
C:\Miniconda\condabin\conda.bat install --yes --quiet --name env conda-build pip
83+
C:\Miniconda\condabin\conda.bat install --yes --quiet --name env conda-build libarchive pip
8484
C:\Miniconda\envs\env\python.exe -m pip install --user --require-hashes -r ci/requirements.txt
8585
8686
- name: Build and Test

0 commit comments

Comments
 (0)