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 64e4ec1 commit b1d20d7Copy full SHA for b1d20d7
.github/workflows/build_package.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip virtualenv
24
- conda clean —all
+ conda clean --all
25
conda config --set verbosity 3 --env
26
CONDA_BASE=$(conda info --base)
27
source "${CONDA_BASE}/etc/profile.d/conda.sh"
0 commit comments