.gitea/workflows/run.yaml aktualisiert
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s Details

This commit is contained in:
Falko Victor Habel 2024-10-31 14:44:43 +00:00
parent 3f512a944f
commit 612f365b3b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12.0'
python-version: '3.10.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip