diff --git a/.circleci/config.yml b/.circleci/config.yml index f78ff842..62cffbb1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -77,7 +77,7 @@ jobs: - run: name: Get Python running and install dependencies command: | - pip install git+https://github.com/tsbinns/mne-python@complex_spectrum + pip install git+https://github.com/mne-tools/mne-python@main 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 diff --git a/.github/workflows/linux_conda.yml b/.github/workflows/linux_conda.yml index 9b985af6..d7de4560 100644 --- a/.github/workflows/linux_conda.yml +++ b/.github/workflows/linux_conda.yml @@ -41,7 +41,7 @@ jobs: source ./get_minimal_commands.sh pip install .[test] name: 'Install dependencies' - - run: pip install git+https://github.com/tsbinns/mne-python@complex_spectrum + - run: pip install git+https://github.com/mne-tools/mne-python@main - run: pip install -e . - run: | which mne diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 0d591f0c..803a2899 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -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/tsbinns/mne-python@complex_spectrum + run: pip install git+https://github.com/mne-tools/mne-python@main - 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