Skip to content

Commit

Permalink
CI: install xeus=1.0.1 specifically
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Sep 17, 2021
1 parent af48ff2 commit aa20c71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ build.xsh:
- export PATH="$HOME/conda_root/bin:$PATH"
- sudo apt-get update
- sudo apt-get install -yq --no-install-recommends zlib1g-dev git
- conda install -c conda-forge llvmdev=11.0.1 toml pytest jupyter xeus xtl nlohmann_json cppzmq jupyter_kernel_test
- conda install -c conda-forge llvmdev=11.0.1 toml pytest jupyter xeus=1.0.1 xtl nlohmann_json cppzmq jupyter_kernel_test
- export LFORTRAN_CMAKE_GENERATOR="Unix Makefiles"
- export WIN=0
- export MACOS=0
Expand Down
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 llvmdev=11.1.0 jupyter xeus xtl nlohmann_json cppzmq jupyter_kernel_test pytest
- call conda install -c conda-forge python=3.7 re2c m2-bison xonsh llvmdev=11.1.0 jupyter xeus=1.0.1 xtl nlohmann_json cppzmq jupyter_kernel_test pytest
- set CONDA_PREFIX=C:\\Miniconda37-x64
- set WIN=1
- set MACOS=0
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.8 re2c bison=3.4 m4 xonsh llvmdev=11.0.1 toml cmake=3.17.0 jupyter pytest xeus xtl nlohmann_json cppzmq jupyter_kernel_test
conda install -c conda-forge python=3.8 re2c bison=3.4 m4 xonsh llvmdev=11.0.1 toml cmake=3.17.0 jupyter pytest xeus=1.0.1 xtl nlohmann_json cppzmq jupyter_kernel_test
export MACOSX_DEPLOYMENT_TARGET="10.12"
export CONDA_PREFIX=/usr/local/miniconda
export LFORTRAN_CMAKE_GENERATOR="Unix Makefiles"
Expand Down

0 comments on commit aa20c71

Please sign in to comment.