Skip to content

Commit

Permalink
Try workaround for macos-latest and libcairo
Browse files Browse the repository at this point in the history
  • Loading branch information
econchick committed May 20, 2024
1 parent 6ca9ad9 commit 53d9e6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
- name: "Create a badge"
run: interrogate --config pyproject.toml --generate-badge . src tests
if: runner.os != 'Windows'
env:
# TODO: set for only macos
DYLD_FALLBACK_LIBRARY_PATH: "/opt/homebrew/lib"

docs:
name: Check docs
Expand Down

0 comments on commit 53d9e6b

Please sign in to comment.