Skip to content

Commit

Permalink
Fix "Warn: Suppressed execution of 'lscpu' during "
Browse files Browse the repository at this point in the history
"import. Set PDOC_ALLOW_EXEC=1 as an environment variable to allow subprocess execution." warning from pdoc.
  • Loading branch information
HannoSpreeuw committed Nov 25, 2024
1 parent 4a40ff3 commit e5a00b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- run: pip install pipenv
- run: pipenv install
# build your documentation into docs/.
- run: export PDOC_ALLOW_EXEC=1
- run: pipenv run pdoc marlpde/*.py -o ./docs/

- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit e5a00b9

Please sign in to comment.