actions: change environment
Some checks failed
Make mod zip release / Assemble-Zip (push) Failing after 53s
Some checks failed
Make mod zip release / Assemble-Zip (push) Failing after 53s
This commit is contained in:
parent
48f6434fbf
commit
8a70414115
@ -4,7 +4,7 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Assemble-Zip:
|
Assemble-Zip:
|
||||||
runs-on: ubuntu-latest
|
runs-on: python3.11
|
||||||
steps:
|
steps:
|
||||||
- name: "install pip"
|
- name: "install pip"
|
||||||
run: |-
|
run: |-
|
||||||
@ -12,5 +12,5 @@ jobs:
|
|||||||
- name: "checkout"
|
- name: "checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: "setup pipenv environment"
|
- name: "setup pipenv environment"
|
||||||
run: pipenv --python /usr/bin/python3 install
|
run: pipenv install
|
||||||
working-directory: ${{ gitea.workspace }}
|
working-directory: ${{ gitea.workspace }}
|
||||||
|
Loading…
Reference in New Issue
Block a user