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 f0e711e commit 78d39b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
python-version: "3.8"
- name: Install dependencies
run: |
pip install pylibdmtx
apt-get install libdmtx0a
pip install --upgrade pip
sudo pip install pylibdmtx
sudo apt-get install libdmtx0a
pip install -r requirements.txt
- name: Test with pytest
run: |
Expand Down

0 comments on commit 78d39b9

Please sign in to comment.