Skip to content

Commit 991e6c4

Browse files
committed
Fix CI yml file
1 parent be48d36 commit 991e6c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- run: pip install pytest
9898
- run: pytest --doctest-glob='*.rst' doc/source
9999

100-
test_wheels:
100+
rst_doctest:
101101
needs: build_wheels
102102
name: Test ${{ matrix.python-version }} wheel on ${{ matrix.os }}
103103
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)