Skip to content

Commit

Permalink
use a testing branch with looser version requirements for RMS
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Sep 18, 2023
1 parent fc706bc commit 79fcb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
make clean
make
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
julia -e 'using Pkg; Pkg.add(PackageSpec(name="Functors",version="0.4.3")); Pkg.pin("Functors"); Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator'
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg_conda_build_20230918")); using ReactionMechanismSimulator'

0 comments on commit 79fcb93

Please sign in to comment.