Skip to content

Commit de129ca

Browse files
committed
Update build_package.yml
Remove conda command to set log verbosity to 3
1 parent d1daa07 commit de129ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip virtualenv
24-
conda config --set verbosity 3 --env
2524
CONDA_BASE=$(conda info --base)
2625
source "${CONDA_BASE}/etc/profile.d/conda.sh"
2726
conda env update --prune --file environment.yml

0 commit comments

Comments
 (0)