Skip to content

Commit 97db7c9

Browse files
author
JacksonMaxfield
committed
Don't run cov on osx + windows
1 parent 78f289f commit 97db7c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-osx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6.1", "3.7", "3.8", "3.9"]
11+
python-version: ["3.6", "3.7", "3.8", "3.9"]
1212

1313
steps:
1414
- name: Checkout source
@@ -45,4 +45,4 @@ jobs:
4545
shell: "bash -l {0}"
4646
run: |
4747
conda activate env
48-
pytest -v --cov=numcodecs numcodecs
48+
pytest -v --pyargs numcodecs

.github/workflows/ci-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6.1", "3.7", "3.8", "3.9"]
11+
python-version: ["3.6", "3.7", "3.8", "3.9"]
1212

1313
steps:
1414
- name: Checkout source
@@ -45,4 +45,4 @@ jobs:
4545
shell: "bash -l {0}"
4646
run: |
4747
conda activate env
48-
pytest -v --cov=numcodecs numcodecs
48+
pytest -v --pyargs numcodecs

0 commit comments

Comments
 (0)