actions: add checkout, pipenv install
Some checks failed
Make mod zip release / Assemble-Zip (push) Failing after 37s
Some checks failed
Make mod zip release / Assemble-Zip (push) Failing after 37s
This commit is contained in:
parent
3ccb4bab71
commit
633695e5c4
@ -6,5 +6,11 @@ jobs:
|
|||||||
Assemble-Zip:
|
Assemble-Zip:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: "prepare pip"
|
- name: "install pip"
|
||||||
run: "apt update -y && apt install pipenv -y"
|
run: |-
|
||||||
|
apt update -y && apt install pipenv -y
|
||||||
|
- name: "checkout"
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: "setup pipenv environment"
|
||||||
|
run: pipenv install
|
||||||
|
working-directory: ${{ gitea.workspace }}
|
||||||
|
Loading…
Reference in New Issue
Block a user