File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -116,15 +116,15 @@ jobs:
116
116
versionSpec : ' $(python.version)'
117
117
displayName : ' Use Python $(python.version)'
118
118
- bash : |
119
- echo ========================= Conda ENV ===========================
120
- conda create -q -y -n dpnp$(python.version) python=$(python.version)
119
+ echo ========================= Conda ENV ======================================
120
+ conda create -q -y -n dpnp$(python.version) python=$(python.version) numpy=1.19
121
121
. /usr/share/miniconda/etc/profile.d/conda.sh
122
122
conda activate dpnp$(python.version)
123
- echo ========================= CI ENV ==============================
123
+ echo ========================= CI ENV =========================================
124
124
. ./scripts/set_ci_env.sh
125
- echo ========================= build DPNP ==========================
125
+ echo ========================= build DPNP =====================================
126
126
./0.build.sh
127
- echo ========================= run tests ===========================
127
+ echo ========================= run tests ======================================
128
128
python -m tests_external.numpy.runtests
129
129
130
130
# test python ./setup.py bdist_wheel command with no dpctl
You can’t perform that action at this time.
0 commit comments