Files
confsync/.gitea/workflows/ci.yml
7000pctAUTO 5b68bcb9f8
Some checks failed
CI / test (push) Failing after 1s
fix: CI with ensurepip and pip install
2026-02-04 21:06:59 +00:00

16 lines
435 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
python3 -m pip install --upgrade pip
python3 -m pip --version
- run: |
python3 -m pip install pytest
python3 -m pytest --version