We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bf66c commit 73e73aeCopy full SHA for 73e73ae
azure-pipelines.yml
@@ -13,8 +13,6 @@ jobs:
13
python.version: '3.8'
14
Python39:
15
python.version: '3.9'
16
- numpy:
17
- - '1.19'
18
19
steps:
20
- bash: echo "##vso[task.prependpath]$CONDA/bin"
conf/conda_build_config.yaml
@@ -0,0 +1,5 @@
1
+#mpi:
2
+# - 'openmpi'
3
+# - 'mpich'
4
+numpy:
5
+ - '1.19'
0 commit comments