Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- checkout
- run: sudo apt update && sudo apt install graphviz-dev graphviz
- run: python -m pip install --quiet --upgrade --user pip
- run: python -m pip install --upgrade --user git+https://github.com/mne-tools/mne-python@main numpydoc sphinx sphinx_fontawesome sphinx_bootstrap_theme pygraphviz
- run: python -m pip install --upgrade --user git+https://github.com/mne-tools/mne-python git+https://github.com/numpy/numpydoc sphinx sphinx_fontawesome sphinx_bootstrap_theme pygraphviz
- run: mne sys_info
- run: pip install -ve .
- run: make -C doc html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
PYTHONUNBUFFERED: '1'
PYTHON_VERSION: '3.10'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.10'
Expand Down