fix: CI ensurepip
All checks were successful
CI / test (push) Successful in 2s

This commit is contained in:
2026-02-04 21:06:13 +00:00
parent b254245b0f
commit b0758dc186

View File

@@ -7,5 +7,5 @@ jobs:
- run: | - run: |
git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git /tmp/confsync git clone --depth 1 https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git /tmp/confsync
- run: | - run: |
python3 -m pip install pytest --quiet python3 -m ensurepip --upgrade || echo "ensurepip failed"
python3 -m pytest --version python3 -m pip --version || echo "pip not available"