Skip to content

Commit 73e73ae

Browse files
committed
Use conda_build_config to fix azure tests
1 parent e0bf66c commit 73e73ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
python.version: '3.8'
1414
Python39:
1515
python.version: '3.9'
16-
numpy:
17-
- '1.19'
1816

1917
steps:
2018
- bash: echo "##vso[task.prependpath]$CONDA/bin"

conf/conda_build_config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#mpi:
2+
# - 'openmpi'
3+
# - 'mpich'
4+
numpy:
5+
- '1.19'

0 commit comments

Comments
 (0)