Skip to content

Commit 452bad1

Browse files
committed
Swap the order
1 parent 7ce0f3f commit 452bad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ jobs:
152152
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
153153
run: |
154154
155-
python -c "import diffeqpy; diffeqpy.install()"
156155
julia -e 'ENV["JULIA_CONDAPKG_BACKEND"] = "Current"; using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator", url="https://github.com/hwpang/ReactionMechanismSimulator.jl.git", rev="fix_installation")); using ReactionMechanismSimulator'
156+
python -c "import diffeqpy; diffeqpy.install()"
157157
158158
- name: Install Q2DTor
159159
run: echo "" | make q2dtor

0 commit comments

Comments
 (0)