Skip to content

Commit 4d81d83

Browse files
committed
Update setup_environment.sh and verify_package.yml
Remove conda command to set log verbosity to level 3
1 parent f8ae02c commit 4d81d83

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/verify_package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
run: |
3535
CONDA_BASE=$(conda info --base)
3636
source "${CONDA_BASE}/etc/profile.d/conda.sh"
37-
conda config --set verbosity 3 --env
3837
conda env update --prune --file environment.yml
3938
conda activate coast
4039
sudo apt-get update

setup_environment.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ echo "Installing required packages..."
1111
./venv/bin/pip install setuptools wheel twine
1212
CONDA_BASE=$(conda info --base)
1313
source "${CONDA_BASE}/etc/profile.d/conda.sh"
14-
conda config --set verbosity 3 --env
1514
conda env update --prune --file environment.yml
1615
conda activate coast
1716

0 commit comments

Comments
 (0)