Skip to content

Commit

Permalink
Use absolute import on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Jan 4, 2024
1 parent 315a3d8 commit e696f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: '3.11'
- name: Use absolute imports and install Pango (MacOS)
if: matrix.os == 'macos-11'
if: matrix.os == 'macos-latest'
run: |
sed -i '' 's/^from \. /from weasyprint /' weasyprint/__main__.py
sed -i '' 's/^from \./from weasyprint\./' weasyprint/__main__.py
Expand Down

0 comments on commit e696f3b

Please sign in to comment.