Skip to content

Commit

Permalink
MAINT: missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Apr 1, 2021
1 parent 69a8dd3 commit 5c1341b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install hnn_core
pip install flake8 pytest pytest-qt pytest-cov mne
pip install hnn_core pyqt5 psutil
- name: Install HNN
run: |
Expand Down

0 comments on commit 5c1341b

Please sign in to comment.