From 778ce38eebe814c9b68323abe1dd7fa82d08fc4e Mon Sep 17 00:00:00 2001 From: teekuningas Date: Mon, 15 Apr 2024 18:37:45 +0300 Subject: [PATCH] Update gh-pages workflow --- .github/workflows/gh-pages.yml | 1 + requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c98a4cf3..9e241883 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,6 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -r requirements.txt pip install -r dev-requirements.txt - name: Build and deploy diff --git a/requirements.txt b/requirements.txt index 34ba4b7b..6c98158d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,3 @@ h5io mne-qt-browser pyqt5 appdirs -joblib