fix test dependencies

This commit is contained in:
Andrew Cassidy 2021-04-12 15:59:27 -07:00
parent 83b4914bb0
commit 784f2393f1

View File

@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 ninja setuptools-scm
python -m pip install flake8 ninja setuptools-scm Pillow click nose parameterized
- name: Lint with flake8
run: |