WIP: implement gitea actions #6
@ -12,7 +12,7 @@ jobs:
|
|||||||
python-version: "3.11.7"
|
python-version: "3.11.7"
|
||||||
- name: "install pipenv"
|
- name: "install pipenv"
|
||||||
run: |-
|
run: |-
|
||||||
apt update -y && apt install pipenv -y
|
python -m pip install pipenv
|
||||||
- name: "checkout"
|
- name: "checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "setup pipenv environment"
|
- name: "setup pipenv environment"
|
||||||
|
Loading…
Reference in New Issue
Block a user