Skip to content

Commit

Permalink
[MAINT] Clean up CI pins (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns authored Dec 10, 2024
1 parent 8f3da49 commit 15ada4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,11 @@ 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] git+https://github.com/mne-tools/mne-bids@main
- save_cache:
key: pip-cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linux_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
pyvista: false
- uses: mamba-org/setup-micromamba@v2
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 15ada4c

Please sign in to comment.