Files
confgen/.gitea/workflows/ci.yml
7000pctAUTO c95d846083
Some checks failed
CI / test (push) Failing after 2s
Test pip install
2026-02-01 21:09:57 +00:00

16 lines
258 B
YAML

name: CI
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Debug info
run: |
whoami
pwd
python3 --version
- name: Install pip
run: pip install --upgrade pip