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

16 lines
269 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: python3 -m pip install --upgrade pip