Skip to content

Commit 9688a78

Browse files
committed
style.yml fix
1 parent 5137131 commit 9688a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Runs command-line programs using the operating system's shell
4444
run: |
4545
python -m pip install --upgrade pip wheel setuptools
46-
python -m pip install -r requirements.txt
46+
python -m pip install pre-commit black
4747
python -m pip list
4848
4949
# Install pre-commit from .pre-commit-config.yaml

0 commit comments

Comments
 (0)