python
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build and push image / docker (push) Successful in 5m2s
Python CI / python (push) Failing after 43s
Golang lint / GoLint (push) Successful in 22m11s

This commit is contained in:
2026-04-23 16:49:23 +03:00
parent 32493a96e4
commit d9ffe5d80d
+2 -2
View File
@@ -7,7 +7,7 @@ on:
jobs:
python:
runs-on: python-latest
runs-on: linux-latest
steps:
- name: Check out repository code
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
cache: "pip"
cache-dependency-path: |
requirements.txt