Skip to content

Commit

Permalink
update deprecated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswittich committed Jan 9, 2025
1 parent 52909cd commit 90e3bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: install dependencies
run: |
poetry install --with dev
sudo apt-get update && sudo apt-get install -y v4l-utils psmisc libgl1-mesa-glx
sudo apt-get update && sudo apt-get install -y v4l-utils psmisc libgl1
- name: test
run: poetry run pytest
- name: examples
Expand Down

0 comments on commit 90e3bf6

Please sign in to comment.