Skip to content

Commit be5fbe7

Browse files
authored
Update build_package.yml
Add conda init command
1 parent a640244 commit be5fbe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip virtualenv
24+
conda init
2425
conda env update --prune --file environment.yml
2526
conda activate coast
2627
- name: Shell Script Permissions

0 commit comments

Comments
 (0)