From 38789c12ae2144d0aad9dfb487b703e1b79bc524 Mon Sep 17 00:00:00 2001 From: Juliya Smith Date: Sun, 26 Mar 2023 17:11:37 -0500 Subject: [PATCH] fix: inc test deps in mypy --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e87eff3..197b2c9 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -52,7 +52,7 @@ jobs: - name: Install Dependencies run: | python -m pip install --upgrade pip - pip install .[lint] + pip install .[lint,test] - name: Run MyPy run: mypy .