Skip to content

Commit

Permalink
fix for markup safe...
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Jul 6, 2024
1 parent e12d926 commit b7ec6b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
- name: Install test dependencies
run: |
pip install pytest
pip install wheelhouse/*/*/*.whl
pip install wheelhouse/*/*/*.whl || true # Allow failing if some wheels are not compatible
pip install MarkupSafe # Ensure MarkupSafe is installed from PyPI
- name: Run tests
run: pytest
Expand Down

0 comments on commit b7ec6b6

Please sign in to comment.