Skip to content

Commit 28a42be

Browse files
committed
update CI to use new julia install
1 parent 20aa8f7 commit 28a42be

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ jobs:
102102
- name: Install and link Julia dependencies
103103
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
104104
run: |
105-
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
106-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator'
107-
105+
. RMG-Py/install_rms.sh
106+
108107
- name: Install Q2DTor
109108
run: echo "" | make q2dtor
110109

0 commit comments

Comments
 (0)