Skip to content

Commit

Permalink
deprecated pipeline job fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JTC2000Official committed Nov 24, 2023
1 parent 908959f commit 1b7d750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: sudo apt-get update
- run: sudo apt-get install poppler-utils
- run: pip install -r requirements.txt
- run: "python3 -m unittest discover -s src -p 'test_*.py'"

0 comments on commit 1b7d750

Please sign in to comment.