Skip to content

Commit cc69f1d

Browse files
committed
WIP: testin sphinx build + artifacts x17
1 parent 108008f commit cc69f1d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,14 @@ jobs:
9595
ls doc
9696
9797
# TODO: testing import with test file test_pybind_dll_smoke.py to remove
98-
- name: tester test_pybind_dll_smoke.py
98+
- name: tester test_pybind_dll_smoke.py with conda run
9999
run: |
100-
python doc/test_pybind_dll_smoke.py
100+
conda run -n diff_check python doc/test_pybind_dll_smoke.py
101101
working-directory: ${{github.workspace}}
102102

103+
-
104+
105+
103106
- name: Sphinx build
104107
run: |
105108
conda run --name diff_check --no-capture-output sphinx-build doc _build

0 commit comments

Comments
 (0)