diff --git a/.circleci/config.yml b/.circleci/config.yml index 62cffbb18..30558da9c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,12 +76,13 @@ jobs: - run: name: Get Python running and install dependencies + # Install mne-bids dev version: https://github.com/mne-tools/mne-connectivity/pull/237 command: | 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 - pip install .[doc] + pip install .[doc] git+https://github.com/mne-tools/mne-bids@main - save_cache: key: pip-cache diff --git a/.github/workflows/linux_conda.yml b/.github/workflows/linux_conda.yml index d0ec1f341..39f6b5703 100644 --- a/.github/workflows/linux_conda.yml +++ b/.github/workflows/linux_conda.yml @@ -32,6 +32,8 @@ jobs: pyvista: false - uses: mamba-org/setup-micromamba@v1 with: + # https://github.com/mamba-org/setup-micromamba/issues/225 + micromamba-version: 1.5.10-0 environment-file: environment.yml create-args: >- # beware the >- instead of |, we don't split on newlines but on spaces python=${{ env.PYTHON_VERSION }}