fix import error

This commit is contained in:
2021-02-06 14:10:46 +01:00
parent 52b03cf4db
commit ef924e5686
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pyqt5 pytest-qt nixio matplotlib
pip install flake8 pyqt5 pytest-qt nixio matplotlib ipython
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |