Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sortia authored Dec 21, 2023
1 parent 4a3fae2 commit f0e711e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
python-version: "3.8"
- name: Install dependencies
run: |
pip install pylibdmtx
apt-get install libdmtx0a
pip install -r requirements.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit f0e711e

Please sign in to comment.