Skip to content

Commit b12034a

Browse files
authored
Fix version of numpy for numpy tests (#689)
* Fix version of numpy for numpy tests
1 parent 96319d5 commit b12034a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)