fix: CI get-pip and test
Some checks failed
CI / test (push) Failing after 4s

This commit is contained in:
2026-02-04 21:11:10 +00:00
parent 23272a0c61
commit 89a91f94ea

View File

@@ -4,10 +4,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: |
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git /tmp/confsync
cd /tmp/confsync
curl -sS https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip install pytest
pytest confsync/tests/ -v