Skip to content

Commit

Permalink
Update gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
teekuningas committed Apr 15, 2024
1 parent 3e546d5 commit 778ce38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ h5io
mne-qt-browser
pyqt5
appdirs
joblib

0 comments on commit 778ce38

Please sign in to comment.