Skip to content

Commit aa20c71

Browse files
committed
CI: install xeus=1.0.1 specifically
1 parent af48ff2 commit aa20c71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ build.xsh:
257257
- export PATH="$HOME/conda_root/bin:$PATH"
258258
- sudo apt-get update
259259
- sudo apt-get install -yq --no-install-recommends zlib1g-dev git
260-
- conda install -c conda-forge llvmdev=11.0.1 toml pytest jupyter xeus xtl nlohmann_json cppzmq jupyter_kernel_test
260+
- conda install -c conda-forge llvmdev=11.0.1 toml pytest jupyter xeus=1.0.1 xtl nlohmann_json cppzmq jupyter_kernel_test
261261
- export LFORTRAN_CMAKE_GENERATOR="Unix Makefiles"
262262
- export WIN=0
263263
- export MACOS=0

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build_script:
88
- call conda config --set always_yes yes --set changeps1 no
99
- call conda info -a
1010
- call conda update -q conda
11-
- 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
11+
- 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
1212
- set CONDA_PREFIX=C:\\Miniconda37-x64
1313
- set WIN=1
1414
- set MACOS=0

ci/azure_install_macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
conda config --set always_yes yes --set changeps1 no
66
conda info -a
77
conda update -q conda
8-
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
8+
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
99
export MACOSX_DEPLOYMENT_TARGET="10.12"
1010
export CONDA_PREFIX=/usr/local/miniconda
1111
export LFORTRAN_CMAKE_GENERATOR="Unix Makefiles"

0 commit comments

Comments
 (0)