Skip to content

Commit

Permalink
docs still not working
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu committed May 20, 2024
1 parent e0607e8 commit e049d60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install PySide6
pip install -v ".[docs]"
pip install -ve ".[docs]"
- name: Build docs
run: |
cd ./docs
python -c "import mne_pipeline_hd; print(dir(mne_pipeline_hd.gui))"
python -c "import mne_pipeline_hd;print(dir(mne_pipeline_hd.gui))"
make html
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CIs
on:
pull_request:
push:
branches:
- main
# pull_request:
# push:
# branches:
# - main

jobs:
pytest:
Expand Down

0 comments on commit e049d60

Please sign in to comment.