summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/code-quality.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml
index daefa2c..89d31f2 100644
--- a/.github/workflows/code-quality.yml
+++ b/.github/workflows/code-quality.yml
@@ -59,7 +59,7 @@ jobs:
python-version: '3.6'
- name: Install MyPy
- run: pip install mypy hypothesis pytest pytest-mock
+ run: pip install mypy hypothesis pytest pytest-mock fastnumbers
- name: Run MyPy
run: mypy --strict natsort tests