Skip to content

Commit e5a00b9

Browse files
committed
Fix "Warn: Suppressed execution of 'lscpu' during "
"import. Set PDOC_ALLOW_EXEC=1 as an environment variable to allow subprocess execution." warning from pdoc.
1 parent 4a40ff3 commit e5a00b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- run: pip install pipenv
2828
- run: pipenv install
2929
# build your documentation into docs/.
30+
- run: export PDOC_ALLOW_EXEC=1
3031
- run: pipenv run pdoc marlpde/*.py -o ./docs/
3132

3233
- uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)