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 f8b9348 commit 67b5af5Copy full SHA for 67b5af5
.github/workflows/build_package.yml
@@ -21,8 +21,9 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip virtualenv
24
+ CONDA_BASE=$(conda info --base)
25
+ source "${CONDA_BASE}/etc/profile.d/conda.sh"
26
conda env update --prune --file environment.yml
- conda init zsh
27
conda activate coast
28
- name: Shell Script Permissions
29
0 commit comments