Skip to content

Commit

Permalink
install only pre-commit for lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
tandav committed Jun 30, 2024
1 parent 9b61df0 commit 01a63ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ lint:
variables:
PIP_INDEX_URL: https://pypi.tandav.me/index/
script:
- pip install .[dev]
- pip install pre-commit
- pre-commit run --all-files

0 comments on commit 01a63ed

Please sign in to comment.