actions: fiddle with python
Some checks failed
Make mod zip release / Assemble-Zip (push) Failing after 10s

This commit is contained in:
Aleksey 2023-12-19 15:46:16 +00:00
parent a75813601d
commit 937f1c5832
Signed by: tea
GPG Key ID: D9C68D34A3CAE37A

View File

@ -9,7 +9,7 @@ jobs:
- name: "install python 3.11"
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11.7"
- name: "install pipenv"
run: |-
apt update -y && apt install pipenv -y