Skip to content

Commit a13a800

Browse files
committed
fix: Install zbar since tests didnt want to pass without it
1 parent 9369961 commit a13a800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-python-index.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
python-version: ${{ inputs.python-version }}
2929
- name: Setup environment
3030
run: |
31+
sudo apt-get install libzbar0
3132
pip install .
3233
pip install pytest
3334
# Validate that the python tests themselves are valid

0 commit comments

Comments
 (0)