Skip to content

Commit b1d20d7

Browse files
authored
Update build_package.yml
Fix conda command to remove all index caches
1 parent 64e4ec1 commit b1d20d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip virtualenv
24-
conda clean all
24+
conda clean --all
2525
conda config --set verbosity 3 --env
2626
CONDA_BASE=$(conda info --base)
2727
source "${CONDA_BASE}/etc/profile.d/conda.sh"

0 commit comments

Comments
 (0)