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