Skip to content

Commit 4c36385

Browse files
committed
Added explicitly email-validator
1 parent c393694 commit 4c36385

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
pip install flake8 pytest pytest-cov
7676
# Pin pydantic version according to matrix
7777
pip install "${{ matrix.pydantic-version }}"
78+
# Explicitly install email-validator which is required for Pydantic email validation
79+
pip install email-validator
7880
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
7981
if [ -f requirements.txt ]; then pip install -r requirements.txt --no-deps; fi
8082

0 commit comments

Comments
 (0)