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 4199bd1Copy full SHA for 4199bd1
.github/workflows/anaconda.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Install Dependencies
82
run: |
83
- C:\Miniconda\condabin\conda.bat install --yes --quiet --name env conda-build pip
+ C:\Miniconda\condabin\conda.bat install --yes --quiet --name env conda-build libarchive pip
84
C:\Miniconda\envs\env\python.exe -m pip install --user --require-hashes -r ci/requirements.txt
85
86
- name: Build and Test
0 commit comments