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

16 lines
259 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: pip3 install --upgrade pip