Skip to content

Commit c2d16fa

Browse files
committed
ci(test.yml): Removed file existance test, after explicit call to hooks verifies execution
1 parent 48f8974 commit c2d16fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ jobs:
9999
python -m pip install . --pre --group test --group doc
100100
pip list
101101
102-
- name: Check File Existence
103-
uses: thebinaryfelix/[email protected]
104-
with:
105-
files: numpydoc/tests/hooks/test_validate_hook.py
106-
107102
- name: Run test suite
108103
run: |
109104
pytest -v --pyargs numpydoc

0 commit comments

Comments
 (0)