Skip to content

Commit b5c7838

Browse files
committed
install in test runner
1 parent 815f12a commit b5c7838

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-runner.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

28+
- name: Install dependencies
29+
run: |
30+
python -m pip install --upgrade pip
31+
pip install -e ".[pydantic]"
32+
pip install pytest
33+
2834
- name: Run mypy
2935
run: |
3036
pip install .

0 commit comments

Comments
 (0)