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