Add pandas fallback for pre-commit hooks

Include pandas in validate-dev fallback dependencies to satisfy mlsysim.sim imports during book-mlsys-test-units when base requirements install partially fails.
This commit is contained in:
Vijay Janapa Reddi
2026-03-02 10:35:21 -05:00
parent fdd90ce139
commit 5c19052d2a

View File

@@ -106,7 +106,7 @@ jobs:
echo "📦 Installing project dependencies for custom hooks..."
pip install -r requirements.txt || echo "⚠️ Could not install all requirements, continuing..."
echo "📦 Installing fallback hook dependencies..."
pip install rich requests pillow pint || echo "⚠️ Could not install one or more fallback deps, continuing..."
pip install rich requests pillow pint pandas || echo "⚠️ Could not install one or more fallback deps, continuing..."
echo "🔧 Installing pre-commit hooks..."
pre-commit install --install-hooks