File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ build.xsh:
257
257
- export PATH="$HOME/conda_root/bin:$PATH"
258
258
- sudo apt-get update
259
259
- 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
261
261
- export LFORTRAN_CMAKE_GENERATOR="Unix Makefiles"
262
262
- export WIN=0
263
263
- export MACOS=0
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build_script:
8
8
- call conda config --set always_yes yes --set changeps1 no
9
9
- call conda info -a
10
10
- 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
12
12
- set CONDA_PREFIX=C:\\Miniconda37-x64
13
13
- set WIN=1
14
14
- set MACOS=0
Original file line number Diff line number Diff line change 5
5
conda config --set always_yes yes --set changeps1 no
6
6
conda info -a
7
7
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
9
9
export MACOSX_DEPLOYMENT_TARGET=" 10.12"
10
10
export CONDA_PREFIX=/usr/local/miniconda
11
11
export LFORTRAN_CMAKE_GENERATOR=" Unix Makefiles"
You can’t perform that action at this time.
0 commit comments