Skip to content

Commit

Permalink
fix ci tests and added dependency to readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronearlerichardson committed Dec 3, 2024
1 parent 01080ab commit 3c316b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- run: ./.github/check_qt_import.sh $MNE_QT_BACKEND
if: ${{ env.MNE_QT_BACKEND != '' }}
- name: List packages
shell: bash {0}
run: |
python -c "import mne; mne.sys_info()"
- name: fetch mne datasets
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build:
# golang: "1.19"
jobs:
pre_build:
- pip install --upgrade pip myst_parser sphinx_gallery SQLAlchemy sphinxcontrib-matlabdomain sphinx_rtd_theme sphinx_copybutton memory_profiler cython
- pip install --upgrade pip myst_parser sphinx_gallery traitlets SQLAlchemy sphinxcontrib-matlabdomain sphinx_rtd_theme sphinx_copybutton memory_profiler cython
- sphinx-apidoc -f -o docs/references -e -T -t docs/_templates ieeg
- python -c "import mne; mne.sys_info()"

Expand Down

0 comments on commit 3c316b9

Please sign in to comment.