Skip to content

Commit ff55f97

Browse files
committed
WIP: testin sphinx build + artifacts x10
1 parent 91685c3 commit ff55f97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ jobs:
9494
run: |
9595
ls doc
9696
97+
# TODO: testing if it works for dlls import
98+
- name: Set environment variables
99+
run: |
100+
$env:PATH += ";$PWD"
101+
$env:PYTHONPATH += ";$PWD"
102+
97103
- name: Sphinx build
98104
run: |
99105
conda run --name diff_check --no-capture-output sphinx-build doc _build

0 commit comments

Comments
 (0)