Skip to content

Commit 6070ca7

Browse files
committed
add pytest to CI workflow
1 parent 810e910 commit 6070ca7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/doctest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
make html
3737
make doctest
3838
39+
- name: Run pytest
40+
shell: bash -l {0}
41+
working-directory: doc
42+
run: |
43+
make html
44+
PYTHONPATH=../ pytest
45+
3946
- name: Archive results
4047
uses: actions/upload-artifact@v4
4148
with:

0 commit comments

Comments
 (0)