Skip to content

Commit

Permalink
Switch back to RMS main
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 authored Oct 1, 2023
1 parent 300c782 commit e29792f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
run: |
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator'
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
- name: Install Q2DTor
run: echo "" | make q2dtor
Expand Down Expand Up @@ -381,4 +381,4 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: reactionmechanismgenerator/rmg:latest
tags: reactionmechanismgenerator/rmg:latest

0 comments on commit e29792f

Please sign in to comment.