Skip to content

Commit

Permalink
mamba install the extra julia deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 22, 2024
1 parent ca048dd commit 24284bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
# installs the extra RMS conda dependencies
- name: Add RMS dependencies
run: |
conda install -c conda-forge julia=1.9.1 pyjulia>=0.6
conda install -c rmg pyrms diffeqpy
mamba install -c conda-forge julia=1.9.1 pyjulia>=0.6
mamba install -c rmg pyrms diffeqpy
# list the environment for debugging purposes
- name: mamba info
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
# installs the extra RMS conda dependencies
- name: Add RMS dependencies
run: |
conda install -c conda-forge julia=1.9.1 pyjulia>=0.6
conda install -c rmg pyrms diffeqpy
mamba install -c conda-forge julia=1.9.1 pyjulia>=0.6
mamba install -c rmg pyrms diffeqpy
- name: Install sphinx
run: mamba install -y sphinx
Expand Down

0 comments on commit 24284bc

Please sign in to comment.