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

This commit is contained in:
2026-02-04 21:01:45 +00:00
parent f792ed0aab
commit 44fed6ecfa

View File

@@ -4,8 +4,4 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
git clone https://7000pct.gitea.bloupla.net/7000pctAUTO/confsync.git
cd confsync
pip install pytest
pytest confsync/tests/ -v
- run: pip install pytest