fix: CI with ensurepip and pip install
Some checks failed
CI / test (push) Failing after 1s

This commit is contained in:
2026-02-04 21:06:59 +00:00
parent b0758dc186
commit 5b68bcb9f8

View File

@@ -7,5 +7,9 @@ jobs:
- 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"
python3 -m ensurepip --upgrade
python3 -m pip install --upgrade pip
python3 -m pip --version
- run: |
python3 -m pip install pytest
python3 -m pytest --version