Skip to content

Commit

Permalink
sqwuash
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 30, 2024
1 parent 2f08153 commit b445eaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/conda_build.yml
Expand Up @@ -41,8 +41,10 @@ jobs:
conda-build --token $CONDA_TOKEN --user rmg .conda
- name: Test Binary Install with RMS
run: |
conda create --name rmg_test python=3.7*
conda activate rmg_test
conda install -c local rmg
conda insatll -c conda-forge julia=1.9.1 pyjulia>=0.6
conda install -c conda-forge julia=1.9.1 pyjulia>=0.6
conda install -c rmg pyrms diffeqpy
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 b445eaf

Please sign in to comment.