Skip to content

Commit

Permalink
checking conda 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Jun 24, 2024
1 parent aa234db commit 7b19545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 18.19
- name: create conda symlink
run: /usr/local/miniconda/bin/conda --version
run: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O ~/miniconda.sh && bash ~/miniconda.sh -b -p $HOME/miniconda
- name: install meta-diagram
run: bash installation.sh -i
- name: install dependencies
Expand Down

0 comments on commit 7b19545

Please sign in to comment.