Skip to content

Commit 3b647dc

Browse files
committed
fix(ci): fix check_pre_commit build problem
1 parent 6f426e5 commit 3b647dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab/ci/pre_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ check_pre_commit:
2626
extends:
2727
- .pre_check_template
2828
before_script:
29+
- pip install --upgrade pip
2930
- pip install pre-commit
3031
script:
3132
- |

0 commit comments

Comments
 (0)