Skip to content

Commit

Permalink
Merge branch 'main' into specconn_tfr_support
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns authored Oct 1, 2024
2 parents 4898673 + 6d9cb0d commit 269d209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/linux_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 269d209

Please sign in to comment.