From dd399cb4be10dd97ebb2c6f20f44ae9e6de07c7d Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 19 Feb 2022 14:33:25 -0500 Subject: [PATCH] Fixing build --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0850fe..bb55131 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.7", "3.8", "3.9" ] + python-version: [ "3.7", "3.8", "3.9", "3.10" ] steps: - name: Check out repository uses: actions/checkout@v2 @@ -24,6 +24,7 @@ jobs: run: | pip install . pip install mypy pytest + mypy --install-types --non-interactive - name: Check types run: | mypy --ignore-missing-imports jetforce/