Skip to content

Commit

Permalink
add PDOC_ALLOW_EXEC env var for pdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Sep 26, 2024
1 parent 5fec633 commit d5b85cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
pip install pdoc
pip install -e .
python -We -m pdoc -o html PyMPDATA_MPI
PDOC_ALLOW_EXEC=1 python -We -m pdoc -o html PyMPDATA_MPI
- name: Deploy
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected]
Expand Down

0 comments on commit d5b85cb

Please sign in to comment.