Skip to content

Commit

Permalink
Source bash_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Sep 24, 2024
1 parent 483fbee commit 1e7d344
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 @@ -42,9 +42,11 @@ jobs:
~/miniconda3/bin/conda init bash
- name: install conda-build
run: |
source ~/.bash_profile
conda install conda-build
- name: build conda package
run: |
source ~/.bash_profile
conda build recipe --output-folder conda-bld
- name: build and run example
working-directory: examples/libcalc
Expand Down

0 comments on commit 1e7d344

Please sign in to comment.