Skip to content

Commit

Permalink
Switch tests to custom MNE branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Sep 10, 2024
1 parent 1b1456d commit 6fd0861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- run:
name: Get Python running and install dependencies
command: |
pip install git+https://github.com/mne-tools/mne-python@main
pip install git+https://github.com/tsbinns/mne-python@fix_tfr_multitaper
curl https://raw.githubusercontent.com/mne-tools/mne-python/main/tools/circleci_dependencies.sh -o circleci_dependencies.sh
chmod +x circleci_dependencies.sh
./circleci_dependencies.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
source ./get_minimal_commands.sh
pip install .[test]
name: 'Install dependencies'
- run: pip install git+https://github.com/mne-tools/mne-python@main
- run: pip install git+https://github.com/tsbinns/mne-python@fix_tfr_multitaper
- run: pip install -e .
- run: |
which mne
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: pip install --upgrade mne
- name: Install MNE (main)
if: matrix.mne-version == 'mne-main'
run: pip install git+https://github.com/mne-tools/mne-python@main
run: pip install git+https://github.com/tsbinns/mne-python@fix_tfr_multitaper
- run: python -c "import mne; print(mne.datasets.testing.data_path(verbose=True))"
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
- name: Display versions and environment information
Expand Down

0 comments on commit 6fd0861

Please sign in to comment.