Skip to content

Commit

Permalink
added dependencies for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rpm5099 committed Oct 17, 2024
1 parent 2b79adc commit 947547b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:

- name: Run Tests with Poetry
run: |
poetry install --no-interaction
apt-get update && apt-get install -y apt-utils libgl1 libzbar0
poetry run python -c "from qreader import QReader; qr = QReader()"
poetry run pytest -v
poetry run coverage run
poetry run coverage report
Expand Down

0 comments on commit 947547b

Please sign in to comment.