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 5137131 commit 9688a78Copy full SHA for 9688a78
.github/workflows/style.yml
@@ -43,7 +43,7 @@ jobs:
43
# Runs command-line programs using the operating system's shell
44
run: |
45
python -m pip install --upgrade pip wheel setuptools
46
- python -m pip install -r requirements.txt
+ python -m pip install pre-commit black
47
python -m pip list
48
49
# Install pre-commit from .pre-commit-config.yaml
0 commit comments