Skip to content

Commit 83cfece

Browse files
committed
tweaking GH action again for PYTHONPATH
1 parent 48cb540 commit 83cfece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/myst-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: "if [ -f requirements.txt ]; then pip install -r requirements.txt; fi"
5151
- name: Build HTML Assets
5252
# run: (cd notebooks; myst build --execute --html)
53-
run: myst build --execute --html
53+
run: export PYTHONPATH=$(pwd)/modules; myst build --execute --html
5454
- name: Setup Pages
5555
uses: actions/configure-pages@v3
5656
- name: Upload artifact

0 commit comments

Comments
 (0)