summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-11-02 19:48:50 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-11-02 19:48:50 -0700
commit3461338e52292926bc2148dd5fdda37f253b5860 (patch)
tree1fcc1c7ce9698515ea1ae3f239d4339783e6c4d6 /.github
parent7fbc69fb8533f0dabbeec38340b650737251b3ec (diff)
downloadnatsort-3461338e52292926bc2148dd5fdda37f253b5860.tar.gz
Install fastnumbers for mypy
Otherwise it complains that it cannot find the types, understandably.
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