We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4151a92 commit 6d12d10Copy full SHA for 6d12d10
.github/workflows/CI.yml
@@ -97,7 +97,7 @@ jobs:
97
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
98
run: |
99
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
100
- 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'
101
102
- name: Install Q2DTor
103
run: echo "" | make q2dtor
0 commit comments