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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user