We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9369961 commit a13a800Copy full SHA for a13a800
.github/workflows/test-python-index.yaml
@@ -28,6 +28,7 @@ jobs:
28
python-version: ${{ inputs.python-version }}
29
- name: Setup environment
30
run: |
31
+ sudo apt-get install libzbar0
32
pip install .
33
pip install pytest
34
# Validate that the python tests themselves are valid
0 commit comments