Skip to content

Commit 7ad3a19

Browse files
committed
Add cond activate coast to the generate conda metadata
1 parent 7f1a53c commit 7ad3a19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,9 @@ jobs:
4949
python -m pip install dist/coast-*.tar.gz
5050
- name: Generate Conda Metadata
5151
run: |
52+
CONDA_BASE=$(conda info --base)
53+
source "${CONDA_BASE}/etc/profile.d/conda.sh"
54+
conda init
55+
conda activate coast
5256
./generate_conda_meta.sh
5357
cat conda/meta.yaml

0 commit comments

Comments
 (0)