updated workflow
Python application / build (push) Failing after 3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
brb
2023-07-10 19:26:23 +02:00
parent 93451908df
commit bfb3aedfb5
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python 3.10 - name: Set up Python 3.10
uses: actions/setup-python@v3 uses: actions/setup-python@v4
with: with:
python-version: "3.10" python-version: "3.10"
- name: Install dependencies - name: Install dependencies