Skip to content

Commit

Permalink
ci: run the CI with PYTHONMALLOC=debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rokm committed Jul 27, 2023
1 parent ada2a16 commit a921ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ env:
PYINSTALLER_STRICT_BUNDLE_CODESIGN_ERROR: 1
# Enable strict verification of macOS bundles w.r.t. the code-signing requirements.
PYINSTALLER_VERIFY_BUNDLE_SIGNATURE: 1
# Force python memory debugging
PYTHONMALLOC: debug

permissions:
contents: read # to fetch code (actions/checkout)
Expand Down

0 comments on commit a921ee3

Please sign in to comment.