Skip to content

Commit

Permalink
fixing conda path for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jun 24, 2024
1 parent a83709c commit e1149c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: 18.19
- name: create conda symlink
run: ln -s $CONDA/bin/conda /usr/bin/conda
- name: install meta-diagram
run: bash installation.sh -i
- name: install dependencies
Expand Down

0 comments on commit e1149c4

Please sign in to comment.