We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f08153 commit b445eafCopy full SHA for b445eaf
.github/workflows/conda_build.yml
@@ -41,8 +41,10 @@ jobs:
41
conda-build --token $CONDA_TOKEN --user rmg .conda
42
- name: Test Binary Install with RMS
43
run: |
44
+ conda create --name rmg_test python=3.7*
45
+ conda activate rmg_test
46
conda install -c local rmg
- 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
48
conda install -c rmg pyrms diffeqpy
49
python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"
50
julia -e 'using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator'
0 commit comments