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 199cdce commit dda5bb0Copy full SHA for dda5bb0
.github/workflows/ci.yaml
@@ -20,6 +20,7 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
- name: Install dependencies
22
run: |
23
+ sudo apt-get update
24
sudo apt-get install libzbar-dev
25
python -m pip install --upgrade pip
26
pip install -r requirements-dev.txt
@@ -38,6 +39,7 @@ jobs:
38
39
python-version: '3.14'
40
41
42
43
44
45
0 commit comments