WIP: implement gitea actions #6
@ -6,5 +6,11 @@ jobs:
|
||||
Assemble-Zip:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "prepare pip"
|
||||
run: "apt update -y && apt install pipenv -y"
|
||||
- name: "install pip"
|
||||
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