|
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=1.19 cython pytest \ |
| 14 | + numpy=1.20.1 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=1.19 cython pytest \ |
| 58 | + numpy=1.20.1 cython pytest \ |
59 | 59 | pycodestyle autopep8 \ |
60 | 60 | cython pytest pytest-cov |
61 | 61 | . /usr/share/miniconda/etc/profile.d/conda.sh |
@@ -116,15 +116,18 @@ jobs: |
116 | 116 | versionSpec: '$(python.version)' |
117 | 117 | displayName: 'Use Python $(python.version)' |
118 | 118 | - bash: | |
| 119 | + echo ========================= install OneAPI ================================= |
| 120 | + ./scripts/install_system_deps.sh |
| 121 | + |
119 | 122 | echo ========================= Conda ENV ====================================== |
120 | | - conda create -q -y -n dpnp$(python.version) python=$(python.version) numpy=1.19 |
| 123 | + conda create -q -y -n dpnp$(python.version) python=$(python.version) numpy=1.19 conda-build cython pytest hypothesis |
121 | 124 | . /usr/share/miniconda/etc/profile.d/conda.sh |
122 | 125 | conda activate dpnp$(python.version) |
123 | | - echo ========================= CI ENV ========================================= |
124 | | - . ./scripts/set_ci_env.sh |
| 126 | +
|
125 | 127 | echo ========================= build DPNP ===================================== |
126 | 128 | ./0.build.sh |
127 | 129 | echo ========================= run tests ====================================== |
| 130 | + . ./0.env.sh |
128 | 131 | python -m tests_external.numpy.runtests |
129 | 132 |
|
130 | 133 | # test python ./setup.py bdist_wheel command with no dpctl |
@@ -172,7 +175,7 @@ jobs: |
172 | 175 |
|
173 | 176 | - script: | |
174 | 177 | call activate |
175 | | - conda install -y conda-build numpy=1.19 cython pytest hypothesis |
| 178 | + conda install -y conda-build numpy=1.20.1 cython pytest hypothesis |
176 | 179 | displayName: Install extra conda packages |
177 | 180 |
|
178 | 181 | - script: | |
@@ -292,7 +295,7 @@ jobs: |
292 | 295 | . /opt/intel/oneapi/setvars.sh |
293 | 296 |
|
294 | 297 | ./scripts/install_python_deps.sh |
295 | | - ./scripts/build_deps_dpctl.sh |
| 298 | + # ./scripts/build_deps_dpctl.sh |
296 | 299 |
|
297 | 300 | conda list |
298 | 301 | echo ========================= make DPNP package ========================= |
|
0 commit comments