File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,15 +116,15 @@ jobs:
116116 versionSpec : ' $(python.version)'
117117 displayName : ' Use Python $(python.version)'
118118 - 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
121121 . /usr/share/miniconda/etc/profile.d/conda.sh
122122 conda activate dpnp$(python.version)
123- echo ========================= CI ENV ==============================
123+ echo ========================= CI ENV =========================================
124124 . ./scripts/set_ci_env.sh
125- echo ========================= build DPNP ==========================
125+ echo ========================= build DPNP =====================================
126126 ./0.build.sh
127- echo ========================= run tests ===========================
127+ echo ========================= run tests ======================================
128128 python -m tests_external.numpy.runtests
129129
130130# test python ./setup.py bdist_wheel command with no dpctl
You can’t perform that action at this time.
0 commit comments