Skip to content

Commit 79fcb93

Browse files
committed
use a testing branch with looser version requirements for RMS
1 parent fc706bc commit 79fcb93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.conda/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
make clean
88
make
99
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
10-
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'
10+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg_conda_build_20230918")); using ReactionMechanismSimulator'

0 commit comments

Comments
 (0)