Skip to content

Commit 01a63ed

Browse files
committed
install only pre-commit for lint job
1 parent 9b61df0 commit 01a63ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ lint:
4343
variables:
4444
PIP_INDEX_URL: https://pypi.tandav.me/index/
4545
script:
46-
- pip install .[dev]
46+
- pip install pre-commit
4747
- pre-commit run --all-files

0 commit comments

Comments
 (0)