fix: try gitea runner label
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-03-22 17:13:47 +00:00
parent a537b1c468
commit 40f934d542

View File

@@ -6,12 +6,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: gitea
steps:
- name: Check Python
- name: Check environment
run: |
/usr/bin/python3 --version || /usr/local/bin/python3 --version || echo "Python not found"
- name: Install deps using pip3
whoami
pwd
python3 --version || echo "Python not found"
- name: Install deps
run: |
pip3 install -e ".[dev]"
- name: Lint