Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO b0758dc186
All checks were successful
CI / test (push) Successful in 2s
fix: CI ensurepip
2026-02-04 21:06:13 +00:00

12 lines
350 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: |
python3 -m ensurepip --upgrade || echo "ensurepip failed"
python3 -m pip --version || echo "pip not available"