mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
ci: use python from ubuntu repos
This commit is contained in:
parent
3329b755ba
commit
5ab39cec0a
1 changed files with 1 additions and 6 deletions
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
|
@ -16,12 +16,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Upgrade Pip
|
||||
run: pip install -U pip
|
||||
run: sudo apt-get install -y python3 python3-venv
|
||||
|
||||
# For shfmt pre-commit hook
|
||||
- name: Setup Go
|
||||
|
|
|
|||
Loading…
Reference in a new issue