install mising test package

This commit is contained in:
Alex Mykyta
2024-12-18 22:21:35 -08:00
parent 1d7d47f49c
commit 809195a72a

View File

@@ -132,7 +132,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install -U mypy python -m pip install mypy types-setuptools
- name: Type Check - name: Type Check
run: | run: |