Skip to content

Commit

Permalink
install zbar library
Browse files Browse the repository at this point in the history
  • Loading branch information
jandom committed Jul 27, 2024
1 parent 4430808 commit fe08bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install .[tests]
sudo apt-get install libzbar0 -y
- name: Run pytest
run: |
python -m pytest tests/

0 comments on commit fe08bcc

Please sign in to comment.