Skip to content

Commit

Permalink
Install conda-build in separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Sep 24, 2024
1 parent 302435f commit 483fbee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
rm ~/miniconda3/miniconda.sh
~/miniconda3/bin/conda init bash
- name: install conda-build
run: |
conda install conda-build
- name: build conda package
run: |
Expand Down

0 comments on commit 483fbee

Please sign in to comment.