Skip to content

Commit b445eaf

Browse files
committed
sqwuash
1 parent 2f08153 commit b445eaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conda_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
conda-build --token $CONDA_TOKEN --user rmg .conda
4242
- name: Test Binary Install with RMS
4343
run: |
44+
conda create --name rmg_test python=3.7*
45+
conda activate rmg_test
4446
conda install -c local rmg
45-
conda insatll -c conda-forge julia=1.9.1 pyjulia>=0.6
47+
conda install -c conda-forge julia=1.9.1 pyjulia>=0.6
4648
conda install -c rmg pyrms diffeqpy
4749
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
4850
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'

0 commit comments

Comments
 (0)