Skip to content

Commit

Permalink
Installing notifications extra
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-nn committed Dec 6, 2024
1 parent c9fd125 commit 4146031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: ${{ matrix.python }}
- name: Install
run: |
pip install -e '.[testing]'
pip install -e '.[testing,notifications]'
sudo apt update
sudo apt install ffmpeg
- name: Run pytest (with coverage)
Expand Down

0 comments on commit 4146031

Please sign in to comment.