don't need to install unittest

This commit is contained in:
Matthew Stratford 2020-10-24 16:17:35 +01:00
parent a6fce02c56
commit f64840702f

View file

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 unittest
pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install bapsicle as module
run: |