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 a640244 commit be5fbe7Copy full SHA for be5fbe7
.github/workflows/build_package.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip virtualenv
24
+ conda init
25
conda env update --prune --file environment.yml
26
conda activate coast
27
- name: Shell Script Permissions
0 commit comments