Skip to content

Commit 9a64862

Browse files
committed
DROP ME add bash debug mode to the build script
1 parent ce8223b commit 9a64862

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.conda/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ make install
2424
export PYTHON=$PREFIX/bin/python
2525
export PYTHONPATH=$SRC_DIR:$PYTHONPATH
2626
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
27-
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
27+
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
28+
29+
set +x

0 commit comments

Comments
 (0)