@@ -108,37 +108,37 @@ jobs:
108
108
. ./0.env.sh
109
109
pytest -s
110
110
111
- - job : ubuntu2004_tests_external
112
- displayName : Ubuntu 20.04 External Tests
113
- pool :
114
- vmImage : ' ubuntu-20.04'
115
- strategy :
116
- matrix :
117
- Python37 :
118
- python.version : ' 3.7'
119
- Python38 :
120
- python.version : ' 3.8'
121
- Python39 :
122
- python.version : ' 3.9'
123
- steps :
124
- - task : UsePythonVersion@0
125
- inputs :
126
- versionSpec : ' $(python.version)'
127
- displayName : ' Use Python $(python.version)'
128
- - bash : |
129
- echo ========================= install OneAPI =================================
130
- ./scripts/install_system_deps.sh
131
-
132
- echo ========================= Conda ENV ======================================
133
- conda create -q -y -n dpnp$(python.version) python=$(python.version) numpy=1.19 conda-build cython pytest hypothesis
134
- . /usr/share/miniconda/etc/profile.d/conda.sh
135
- conda activate dpnp$(python.version)
136
-
137
- echo ========================= build DPNP =====================================
138
- ./0.build.sh
139
- echo ========================= run tests ======================================
140
- . ./0.env.sh
141
- python -m tests_external.numpy.runtests
111
+ # - job: ubuntu2004_tests_external
112
+ # displayName: Ubuntu 20.04 External Tests
113
+ # pool:
114
+ # vmImage: 'ubuntu-20.04'
115
+ # strategy:
116
+ # matrix:
117
+ # Python37:
118
+ # python.version: '3.7'
119
+ # Python38:
120
+ # python.version: '3.8'
121
+ # Python39:
122
+ # python.version: '3.9'
123
+ # steps:
124
+ # - task: UsePythonVersion@0
125
+ # inputs:
126
+ # versionSpec: '$(python.version)'
127
+ # displayName: 'Use Python $(python.version)'
128
+ # - bash: |
129
+ # echo ========================= install OneAPI =================================
130
+ # ./scripts/install_system_deps.sh
131
+ #
132
+ # echo ========================= Conda ENV ======================================
133
+ # conda create -q -y -n dpnp$(python.version) python=$(python.version) numpy=1.19 conda-build cython pytest hypothesis
134
+ # . /usr/share/miniconda/etc/profile.d/conda.sh
135
+ # conda activate dpnp$(python.version)
136
+ #
137
+ # echo ========================= build DPNP =====================================
138
+ # ./0.build.sh
139
+ # echo ========================= run tests ======================================
140
+ # . ./0.env.sh
141
+ # python -m tests_external.numpy.runtests
142
142
143
143
# test python ./setup.py bdist_wheel command with no dpctl
144
144
- job : bdist_wheel_dpnp_local_lin
0 commit comments