Add pydantic-settings to python-tests extra-packages
Some checks failed
Python Tests / test-python (push) Failing after 1m3s

This commit is contained in:
aitbc
2026-04-25 20:27:16 +02:00
parent bdc10f5d2b
commit 8ce30c31cd

View File

@@ -52,7 +52,7 @@ jobs:
--venv-dir "$PWD/venv" \
--skip-requirements \
--mode copy \
--extra-packages "pytest pytest-cov pytest-mock pytest-timeout pytest-asyncio locust"
--extra-packages "pytest pytest-cov pytest-mock pytest-timeout pytest-asyncio locust pydantic-settings"
echo "✅ Python environment ready"
- name: Run linting