From 15ada4c0d5f7e240fd7a0c797849ae667bf33ac0 Mon Sep 17 00:00:00 2001 From: "Thomas S. Binns" Date: Tue, 10 Dec 2024 16:48:50 +0000 Subject: [PATCH] [MAINT] Clean up CI pins (#264) --- .circleci/config.yml | 2 -- .github/workflows/linux_conda.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30558da9..387f7829 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.github/workflows/linux_conda.yml b/.github/workflows/linux_conda.yml index 7601e821..7605286f 100644 --- a/.github/workflows/linux_conda.yml +++ b/.github/workflows/linux_conda.yml @@ -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 }}