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 f8ae02c commit 4d81d83Copy full SHA for 4d81d83
.github/workflows/verify_package.yml
@@ -34,7 +34,6 @@ jobs:
34
run: |
35
CONDA_BASE=$(conda info --base)
36
source "${CONDA_BASE}/etc/profile.d/conda.sh"
37
- conda config --set verbosity 3 --env
38
conda env update --prune --file environment.yml
39
conda activate coast
40
sudo apt-get update
setup_environment.sh
@@ -11,7 +11,6 @@ echo "Installing required packages..."
11
./venv/bin/pip install setuptools wheel twine
12
13
14
-conda config --set verbosity 3 --env
15
16
17
0 commit comments