-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9623c73
commit aaa9a3a
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
python -m pip install --upgrade --progress-bar off pip | ||
python -m pip install --upgrade --progress-bar off -r test_requirements.txt | ||
python -m pip install --upgrade --progress-bar off -r doc/requirements.txt | ||
python -m pip install --upgrade git+https://github.com/mne-tools/mne-python | ||
python -m pip install --upgrade https://github.com/mne-tools/mne-python/archive/refs/heads/main.zip | ||
python -m pip install -e . | ||
- run: | ||
|
@@ -126,7 +126,7 @@ jobs: | |
python -m pip install --upgrade --progress-bar off pip | ||
python -m pip install --upgrade --progress-bar off -r test_requirements.txt | ||
python -m pip install --upgrade --progress-bar off -r doc/requirements.txt | ||
python -m pip install --upgrade --no-deps git+https://github.com/mne-tools/mne-python | ||
python -m pip install --upgrade https://github.com/mne-tools/mne-python/archive/refs/heads/main.zip | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
sappelhoff
Author
Member
|
||
python -m pip install -e . | ||
- run: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
nilearn | ||
sphinx<7.2 # unpin soon, see: https://github.com/mne-tools/mne-bids/issues/1164 | ||
sphinx | ||
sphinx_gallery | ||
sphinx-copybutton | ||
pydata-sphinx-theme | ||
numpydoc | ||
matplotlib | ||
pillow | ||
pandas | ||
git+https://github.com/mne-tools/mne-nirs | ||
https://github.com/mne-tools/mne-nirs/archive/refs/heads/main.zip | ||
seaborn | ||
openneuro-py |
I think you accidentally remove the
--no-deps
parameter here