Skip to content

Commit b41868f

Browse files
author
JacksonMaxfield
committed
Remove doc testing from windows + mac
1 parent 5d46fac commit b41868f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-osx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
shell: "bash -l {0}"
4646
run: |
4747
conda activate env
48-
pytest -v --cov=numcodecs --doctest-modules --doctest-glob=*.pyx numcodecs
48+
pytest -v --cov=numcodecs numcodecs

.github/workflows/ci-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
shell: "bash -l {0}"
4646
run: |
4747
conda activate env
48-
pytest -v --cov=numcodecs --doctest-modules --doctest-glob=*.pyx numcodecs
48+
pytest -v --cov=numcodecs numcodecs

0 commit comments

Comments
 (0)