Skip to content

Commit 81ec9ce

Browse files
committed
pc
1 parent 117dcef commit 81ec9ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pre-commit.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ jobs:
1919

2020
- name: Install dependencies
2121
run: |
22-
python -m pip install types-PyYAML types-requests
2322
python -m pip install --upgrade pip
24-
python -m pip install pre-commit
25-
pip install types-requests
23+
python -m pip install types-PyYAML types-requests pre-commit
2624
pre-commit install-hooks
2725
2826
- name: Run Pre-Commit

0 commit comments

Comments
 (0)