fix: CI pip module
Some checks failed
CI / test (push) Failing after 2s

This commit is contained in:
2026-02-04 21:05:09 +00:00
parent 78ad849b39
commit b254245b0f

View File

@@ -6,8 +6,6 @@ jobs:
steps: steps:
- 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
ls /tmp/confsync
- run: | - run: |
which python3 || echo "python3 not found" python3 -m pip install pytest --quiet
which pip3 || echo "pip3 not found" python3 -m pytest --version
python3 --version 2>/dev/null || echo "python3 failed"