test
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
Build and push image / docker (push) Successful in 1m8s
Python CI / python (push) Failing after 19s
Golang lint / GoLint (push) Has been cancelled

This commit is contained in:
2026-04-23 18:21:14 +03:00
parent d9ffe5d80d
commit 99d4e799ec
2 changed files with 3 additions and 22 deletions
+2 -12
View File
@@ -7,22 +7,12 @@ on:
jobs:
python:
runs-on: linux-latest
runs-on: python-latest
steps:
- name: Check out repository code
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.14"
cache: "pip"
cache-dependency-path: |
requirements.txt
requirements-dev.txt
pyproject.toml
- name: Install dependencies
run: |
python -V
@@ -35,4 +25,4 @@ jobs:
run: ruff check .
- name: Run tests
run: pytest -q
run: pytest -q