We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fc4a1 commit 34c1d66Copy full SHA for 34c1d66
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
sudo apt-get update
32
sudo apt-get install -y ffmpeg
33
python -m pip install --upgrade pip build setuptools
34
- pip install . .[test]
+ pip install . .[test] -r requirements_all.txt
35
- name: Lint/test with pre-commit
36
run: SKIP=no-commit-to-branch pre-commit run --all-files
37
0 commit comments