Skip to content

Commit f247c13

Browse files
committed
Merge branch 'fix/build_ci_problem' into 'release/v2.0'
fix(ci): fix check_pre_commit build problem See merge request ae_group/esp-iot-solution!1125
2 parents 6f426e5 + 3b647dc commit f247c13

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)