From 5c1341b3e5934947778611c5aa7d63a0a1646276 Mon Sep 17 00:00:00 2001 From: Mainak Jas Date: Thu, 1 Apr 2021 19:06:11 -0400 Subject: [PATCH] MAINT: missing deps --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 83989d15..73be02ae 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -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: |