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

This commit is contained in:
Sthope 2023-08-13 03:50:24 +02:00
parent 407bd90b0d
commit 6875fe72ab

View File

@ -12,12 +12,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.6 # Adjust to the desired Python version
python-version: 3.8 # Adjust to the desired Python version
- name: Install dependencies
run: |