ci: add click to staking tests venv dependencies
Some checks failed
Some checks failed
Added click package to --extra-packages in both staking service tests and integration tests jobs to ensure CLI functionality is available during test execution.
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
--repo-dir "$PWD" \
|
||||
--venv-dir "$PWD/venv" \
|
||||
--skip-requirements \
|
||||
--extra-packages "pytest pytest-asyncio sqlmodel"
|
||||
--extra-packages "pytest pytest-asyncio sqlmodel click"
|
||||
echo "✅ Python environment ready"
|
||||
|
||||
- name: Run staking service tests
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
--repo-dir "$PWD" \
|
||||
--venv-dir "$PWD/venv" \
|
||||
--skip-requirements \
|
||||
--extra-packages "pytest pytest-asyncio sqlmodel"
|
||||
--extra-packages "pytest pytest-asyncio sqlmodel click"
|
||||
echo "✅ Python environment ready"
|
||||
|
||||
- name: Run staking integration tests
|
||||
|
||||
Reference in New Issue
Block a user