Update .gitea/workflows/deploy.yml
Some checks failed
deploy / deploy (push) Failing after 9s

This commit is contained in:
2024-08-04 04:02:56 +00:00
parent fea93e4633
commit 0110629b31

View File

@@ -11,7 +11,7 @@ jobs:
- name: setup python
uses: actions/setup-python@v4
with:
python-version: 3.8 #install the python needed
python-version: 3 #install the python needed
# with:
# python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
#architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified