Update .gitea/workflows/build.yaml

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

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