We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53eac12 commit 05484f8Copy full SHA for 05484f8
1 file changed
.github/workflows/CI.yml
@@ -98,7 +98,7 @@ jobs:
98
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
99
run: |
100
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
101
- julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
+ julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="marcus_development")); using ReactionMechanismSimulator'
102
103
- name: Install Q2DTor
104
run: echo "" | make q2dtor
0 commit comments