From aa20c712da3f15308c9122c46a07176d0b4215d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Thu, 16 Sep 2021 21:03:25 -0600 Subject: [PATCH] CI: install xeus=1.0.1 specifically --- .gitlab-ci.yml | 2 +- appveyor.yml | 2 +- ci/azure_install_macos.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9fd106f1a2..b62c99664e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index e4aac61ddf..a12bb34a57 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/ci/azure_install_macos.sh b/ci/azure_install_macos.sh index 4f32ddac4b..13d4265648 100755 --- a/ci/azure_install_macos.sh +++ b/ci/azure_install_macos.sh @@ -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"