From 79fcb9316197f5d885738963bf4c640fcc03d2e5 Mon Sep 17 00:00:00 2001 From: Jackson Burns Date: Mon, 18 Sep 2023 09:56:19 -0400 Subject: [PATCH] use a testing branch with looser version requirements for RMS --- .conda/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conda/build.sh b/.conda/build.sh index 1ab6686461a..ab06a7b3576 100644 --- a/.conda/build.sh +++ b/.conda/build.sh @@ -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' \ No newline at end of file