Skip to content

Commit

Permalink
Simplify packages to install
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 7, 2020
1 parent 055669f commit e2a98cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_script:
- call conda config --set always_yes yes --set changeps1 no
- call conda info -a
- call conda update -q conda
- call conda install -c conda-forge python=3.7 re2c m2-bison xonsh cython scikit-build llvmdev=8.0.0 pytest llvmlite=0.32.1 prompt_toolkit antlr-python-runtime=4.7 pygments
- call conda install -c conda-forge python=3.7 re2c m2-bison xonsh llvmdev=8.0.0
- set CONDA_PREFIX=C:\\Miniconda37-x64
- set LFORTRAN_CMAKE_GENERATOR=Visual Studio 15 2017 Win64
- set WIN=1
Expand Down
2 changes: 1 addition & 1 deletion ci/azure_install_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
conda config --set always_yes yes --set changeps1 no
conda info -a
conda update -q conda
conda install -c conda-forge python=3.7 re2c bison m4 cython xonsh scikit-build llvmdev=9.0.1 toml pytest llvmlite prompt_toolkit antlr-python-runtime=4.7 pygments cmake=3.17.0
conda install -c conda-forge python=3.7 re2c bison m4 xonsh llvmdev=9.0.1 toml cmake=3.17.0
export MACOSX_DEPLOYMENT_TARGET="10.9"
export CONDA_PREFIX=/usr/local/miniconda
export LFORTRAN_CMAKE_GENERATOR="Unix Makefiles"
Expand Down

0 comments on commit e2a98cc

Please sign in to comment.