ci: remove --skip-requirements and --extra-packages flags from cli-level1-tests venv setup
Some checks failed
CLI Tests / test-cli (push) Failing after 3m52s

Reverted to standard requirements.txt installation instead of explicit test package dependencies, aligning with the default behavior of setup-python-venv.sh script.
This commit is contained in:
aitbc
2026-04-20 06:51:26 +02:00
parent 39988af60b
commit 75d0588e29

View File

@@ -41,9 +41,7 @@ jobs:
bash scripts/ci/setup-python-venv.sh \
--repo-dir "$PWD" \
--venv-dir "$PWD/venv" \
--skip-requirements \
--extra-packages "pytest click typer rich"
--venv-dir "$PWD/venv"
echo "✅ Python environment ready"
- name: Verify CLI imports