Update .gitea/workflows/build.yaml
Some checks failed
Build / build (push) Failing after 5s
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2023-08-13 03:35:33 +02:00
parent fab9d5fdcd
commit ffd1aa69f9

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8 # Adjust to the desired Python version
python-version: 3.6 # Adjust to the desired Python version
- name: Install dependencies
run: |