Skip to content

Commit

Permalink
Changed env activation
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed Apr 17, 2023
1 parent f6a2ff2 commit ace3f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cont_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
export PATH
source ~/.bashrc
mamba env create -f environment.yml
mamba activate rmg_env
conda activate rmg_env
make
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main"));using ReactionMechanismSimulator'
Expand Down

0 comments on commit ace3f06

Please sign in to comment.