Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO a0043eaa21
Some checks failed
CI / test (push) Failing after 5s
fix: CI get-pip.py
2026-02-04 21:08:05 +00:00

13 lines
370 B
YAML

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git /tmp/confsync
- run: |
curl -sS https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py
python3 /tmp/get-pip.py --force-reinstall
pip --version