Skip to content

Commit af861c3

Browse files
committed
ci(test.yml): Added --pre option to prerelease job to ensure pre-release installation, and changed pytest invocation to use numpydoc instead of ., for consistency with test job
In response to discussion on numpy#591
1 parent 9f38b98 commit af861c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ jobs:
9595
9696
- name: Install
9797
run: |
98-
python -m pip install .[test,doc]
98+
python -m pip install --pre .[test,doc]
9999
pip list
100100
101101
- name: Run test suite
102102
run: |
103-
pytest -v --pyargs .
103+
pytest -v --pyargs numpydoc
104104
105105
- name: Test coverage
106106
run: |

0 commit comments

Comments
 (0)