Skip to content

Commit

Permalink
enhancmeent #36: forcing ci/Cd to install gstreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Feb 1, 2024
1 parent 5e07cef commit 11ac274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
sudo apt install -y libgirepository1.0-dev
sudo apt install -y libgirepository1.0-dev gstreamer1.0-plugins-bad
python -m pip install --upgrade pip
pip install .[dev]
- name: Unit tests
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install_requires =
numpy
pyee==11.0.1
websockets==11.0.3
PyGObject
PyGObject==3.42.2

[options.packages.find]
where=src
Expand Down

0 comments on commit 11ac274

Please sign in to comment.