File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
jobs :
2
2
- job : macOS
3
- displayName : macOS-10.15
3
+ displayName : macos-latest
4
4
pool :
5
- vmImage : ' macOS-10.15 '
5
+ vmImage : ' macos-latest '
6
6
strategy :
7
7
matrix :
8
- Python36 :
9
- python.version : ' 3.6'
10
8
Python37 :
11
9
python.version : ' 3.7'
12
10
Python38 :
13
11
python.version : ' 3.8'
14
12
Python39 :
15
13
python.version : ' 3.9'
14
+ Python310 :
15
+ python.version : ' 3.10'
16
16
17
17
steps :
18
18
- bash : echo "##vso[task.prependpath]$CONDA/bin"
@@ -34,17 +34,17 @@ jobs:
34
34
- job : Ubuntu
35
35
displayName : Ubuntu
36
36
pool :
37
- vmImage : ' ubuntu-16.04 '
37
+ vmImage : ' ubuntu-latest '
38
38
strategy :
39
39
matrix :
40
- Python36 :
41
- python.version : ' 3.6'
42
40
Python37 :
43
41
python.version : ' 3.7'
44
42
Python38 :
45
43
python.version : ' 3.8'
46
44
Python39 :
47
45
python.version : ' 3.9'
46
+ Python310 :
47
+ python.version : ' 3.10'
48
48
49
49
steps :
50
50
- bash : echo "##vso[task.prependpath]$CONDA/bin"
65
65
displayName: Build and test
66
66
67
67
- bash : |
68
- if [ $PYTHON_VERSION == 3.7 ]; then
68
+ if [ $PYTHON_VERSION == 3.8 ]; then
69
69
source activate mpi4py_fft_env
70
70
cd tests
71
71
bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 37
37
- coverage
38
38
- codecov
39
39
- scipy >=1.0.0
40
- - pyfftw
40
+ # - pyfftw
41
41
42
42
source_files :
43
43
- tests
You can’t perform that action at this time.
0 commit comments