Skip to content

Commit

Permalink
fix: github action failed
Browse files Browse the repository at this point in the history
  • Loading branch information
lka-berlin committed Mar 14, 2024
1 parent 49144eb commit 473184c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install -r requirements.txt
pip install pytest
# git apply --unsafe-paths --verbose .\drafthorse_pdf.patch
pip install --update git+https://github.com/lka/fpdf2.git@master
pip install -U git+https://github.com/lka/fpdf2.git@master
- name: Lint with flake8
run: |
.venv/Scripts/deactivate
Expand Down

0 comments on commit 473184c

Please sign in to comment.