Skip to content

Commit 3b5491e

Browse files
committed
All tests should now work
1 parent c100889 commit 3b5491e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macOS-latest]
12-
python-version: [3.6, 3.7, 3.8]
12+
python-version: [3.6, 3.7, 3.8, 3.9]
1313
name: Python ${{ matrix.python-version }} example
1414

1515
steps:

azure-pipelines.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ jobs:
6464
cd tests && ./runtests.sh
6565
displayName: Build and test
6666
67-
- task: PublishCodeCoverageResults@1
68-
inputs:
69-
codeCoverageTool: Cobertura
70-
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
71-
reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'
72-
7367
- bash: |
7468
if [ $PYTHON_VERSION == 3.7 ]; then
7569
source activate mpi4py_fft_env

0 commit comments

Comments
 (0)