mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
ci: upgrade pip for pre-commit lint
This commit is contained in:
parent
074861cf47
commit
3329b755ba
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Upgrade Pip
|
||||
run: pip install -U pip
|
||||
|
||||
# For shfmt pre-commit hook
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue