File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11jobs :
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"
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)
Original file line number Diff line number Diff line change 3737 - coverage
3838 - codecov
3939 - scipy >=1.0.0
40- - pyfftw
40+ # - pyfftw
4141
4242 source_files :
4343 - tests
You can’t perform that action at this time.
0 commit comments