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: jobs:
test: test:
runs-on: ubuntu-latest runs-on: gitea
steps: steps:
- name: Check Python - name: Check environment
run: | run: |
/usr/bin/python3 --version || /usr/local/bin/python3 --version || echo "Python not found" whoami
- name: Install deps using pip3 pwd
python3 --version || echo "Python not found"
- name: Install deps
run: | run: |
pip3 install -e ".[dev]" pip3 install -e ".[dev]"
- name: Lint - name: Lint