File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ jobs:
125125 # installs the extra RMS conda dependencies
126126 - name : Add RMS dependencies
127127 run : |
128- conda install -c conda-forge julia=1.9.1 pyjulia>=0.6
129- conda install -c rmg pyrms diffeqpy
128+ mamba install -c conda-forge julia=1.9.1 pyjulia>=0.6
129+ mamba install -c rmg pyrms diffeqpy
130130
131131 # list the environment for debugging purposes
132132 - name : mamba info
Original file line number Diff line number Diff line change 3939 # installs the extra RMS conda dependencies
4040 - name : Add RMS dependencies
4141 run : |
42- conda install -c conda-forge julia=1.9.1 pyjulia>=0.6
43- conda install -c rmg pyrms diffeqpy
42+ mamba install -c conda-forge julia=1.9.1 pyjulia>=0.6
43+ mamba install -c rmg pyrms diffeqpy
4444
4545 - name : Install sphinx
4646 run : mamba install -y sphinx
You can’t perform that action at this time.
0 commit comments