We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f426e5 + 3b647dc commit f247c13Copy full SHA for f247c13
.gitlab/ci/pre_check.yml
@@ -26,6 +26,7 @@ check_pre_commit:
26
extends:
27
- .pre_check_template
28
before_script:
29
+ - pip install --upgrade pip
30
- pip install pre-commit
31
script:
32
- |
0 commit comments