Skip to content

Commit 34c1d66

Browse files
Fix CI by installing all provider's dependencies when linting (#2619)
Fix CI lint job by installing all provider dependencies
1 parent 80fc4a1 commit 34c1d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sudo apt-get update
3232
sudo apt-get install -y ffmpeg
3333
python -m pip install --upgrade pip build setuptools
34-
pip install . .[test]
34+
pip install . .[test] -r requirements_all.txt
3535
- name: Lint/test with pre-commit
3636
run: SKIP=no-commit-to-branch pre-commit run --all-files
3737

0 commit comments

Comments
 (0)