actions: pipenv attempt to feed system python3
All checks were successful
Make mod zip release / Assemble-Zip (push) Successful in 41s

This commit is contained in:
Aleksey 2023-12-18 05:46:48 +00:00
parent 633695e5c4
commit 48f6434fbf
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -12,5 +12,5 @@ jobs:
- name: "checkout"
uses: actions/checkout@v3
- name: "setup pipenv environment"
run: pipenv install
run: pipenv --python /usr/bin/python3 install
working-directory: ${{ gitea.workspace }}