fix: CI get-pip.py
Some checks failed
CI / test (push) Failing after 5s

This commit is contained in:
2026-02-04 21:08:05 +00:00
parent 5b68bcb9f8
commit a0043eaa21

View File

@@ -7,9 +7,6 @@ jobs:
- 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
curl -sS https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py
python3 /tmp/get-pip.py --force-reinstall
pip --version