Skip to content

Commit a640244

Browse files
authored
Update build_package.yml
Add conda commands to create environment, install dependencies and then activate environment
1 parent 301d03b commit a640244

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip virtualenv
24-
conda install --file environment.yml
24+
conda env update --prune --file environment.yml
25+
conda activate coast
2526
- name: Shell Script Permissions
2627
run: |
2728
chmod +x *.sh

0 commit comments

Comments
 (0)