File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 45
45
commands :
46
46
- python -c "import dpnp"
47
47
- conda list
48
- - pytest
48
+ - pytest -s
49
49
50
50
about :
51
51
home : https://github.com/IntelPython/dpnp
Original file line number Diff line number Diff line change 11
11
- bash : |
12
12
echo ========================= Conda ENV ====================================
13
13
conda create -q -y -n CondaCodeStyle python=3.8 conda-build conda-verify \
14
- numpy cython pytest \
14
+ numpy=1.19 cython pytest \
15
15
pycodestyle autopep8 black
16
16
. /usr/share/miniconda/etc/profile.d/conda.sh
17
17
conda activate CondaCodeStyle
55
55
- bash : |
56
56
echo ========================= Conda ENV =================================
57
57
conda create -q -y -n CondaCodeCov python=3.8 conda-build conda-verify \
58
- numpy cython pytest \
58
+ numpy=1.19 cython pytest \
59
59
pycodestyle autopep8 \
60
60
cython pytest pytest-cov
61
61
. /usr/share/miniconda/etc/profile.d/conda.sh
96
96
echo ========================= build DPNP ==========================
97
97
./0.build.sh
98
98
echo ========================= run pytest ==========================
99
- pytest
99
+ pytest -s
100
100
101
101
- job : ubuntu2004_tests_external
102
102
displayName : Ubuntu 20.04 External Tests
@@ -172,7 +172,7 @@ jobs:
172
172
173
173
- script : |
174
174
call activate
175
- conda install -y conda-build numpy cython pytest hypothesis
175
+ conda install -y conda-build numpy=1.19 cython pytest hypothesis
176
176
displayName: Install extra conda packages
177
177
178
178
- script : |
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ echo +++++++++++++++++++++++++ Python prerequisites ++++++++++++++++++++++++++++
7
7
echo ========================= Conda: install prerequisites =========================
8
8
# explicitly install mkl blas instead of openblas
9
9
# because numpy is installed with openblas for Python 3.9 by default
10
- conda install -y conda-build numpy blas=* =mkl cython pytest hypothesis
10
+ conda install -y conda-build numpy=1.19 blas=* =mkl cython pytest hypothesis
11
11
12
12
echo ========================= Conda: remove mkl ====================================
13
13
conda remove mkl --force -y || true
You can’t perform that action at this time.
0 commit comments