Skip to content

Commit 78d1ea7

Browse files
committed
Build test without pyfftw
1 parent 8124dc0 commit 78d1ea7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

‎azure-pipelines.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
jobs:
22
- job: macOS
3-
displayName: macOS-10.15
3+
displayName: macos-latest
44
pool:
5-
vmImage: 'macOS-10.15'
5+
vmImage: 'macos-latest'
66
strategy:
77
matrix:
8-
Python36:
9-
python.version: '3.6'
108
Python37:
119
python.version: '3.7'
1210
Python38:
1311
python.version: '3.8'
1412
Python39:
1513
python.version: '3.9'
14+
Python310:
15+
python.version: '3.10'
1616

1717
steps:
1818
- bash: echo "##vso[task.prependpath]$CONDA/bin"
@@ -34,17 +34,17 @@ jobs:
3434
- job: Ubuntu
3535
displayName: Ubuntu
3636
pool:
37-
vmImage: 'ubuntu-16.04'
37+
vmImage: 'ubuntu-latest'
3838
strategy:
3939
matrix:
40-
Python36:
41-
python.version: '3.6'
4240
Python37:
4341
python.version: '3.7'
4442
Python38:
4543
python.version: '3.8'
4644
Python39:
4745
python.version: '3.9'
46+
Python310:
47+
python.version: '3.10'
4848

4949
steps:
5050
- bash: echo "##vso[task.prependpath]$CONDA/bin"
@@ -65,7 +65,7 @@ jobs:
6565
displayName: Build and test
6666
6767
- bash: |
68-
if [ $PYTHON_VERSION == 3.7 ]; then
68+
if [ $PYTHON_VERSION == 3.8 ]; then
6969
source activate mpi4py_fft_env
7070
cd tests
7171
bash <(curl -s https://codecov.io/bash)

‎conf/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test:
3737
- coverage
3838
- codecov
3939
- scipy >=1.0.0
40-
- pyfftw
40+
#- pyfftw
4141

4242
source_files:
4343
- tests

0 commit comments

Comments
 (0)