Skip to content

Commit 8d83b70

Browse files
committed
ensure pre-commit CI workflow only uses pre-commit dependencies
1 parent 6d0c9bf commit 8d83b70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/project-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install python dependencies
6666
run: |
6767
pip install --upgrade pip
68-
pip install -e .[pre-commit,docs,testing]
68+
pip install -e .[pre-commit]
6969
- name: Run pre-commit
7070
run: |
7171
pre-commit install

0 commit comments

Comments
 (0)