File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
matrix :
12
12
include :
13
+ - os : linux
14
+ env : CONDA=2.7
13
15
- os : linux
14
16
env : CONDA=3.6.7
15
17
@@ -34,14 +36,10 @@ install:
34
36
- conda config --set always_yes yes --set changeps1 no --set anaconda_upload no
35
37
- conda config --add channels conda-forge --add channels marshallmcdonnell --add channels mantid --add channels mantid/label/nightly
36
38
37
- # Install mamba
38
- - conda install mamba -c conda-forge
39
- - mamba update mamba -c conda-forge
40
-
41
39
script :
42
40
# TEST: Create test environment
43
- - mamba create -q -n addie_test python=$CONDA mantid-workbench>=4.2 --file requirements.txt --file requirements-dev.txt
44
- - mamba info --envs
41
+ - conda create -q -n addie_test python=$CONDA mantid-workbench>=4.2 --file requirements.txt --file requirements-dev.txt
42
+ - conda info --envs
45
43
- conda activate addie_test
46
44
- python --version
47
45
Original file line number Diff line number Diff line change 4
4
pytest-mpl
5
5
pytest-qt
6
6
simplejson
7
+ typing
You can’t perform that action at this time.
0 commit comments