diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0b02964e9..317550acb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,11 +35,14 @@ jobs: # Install dependencies - name: Setup Conda Environment - uses: mamba-org/setup-micromamba@v1 + uses: mamba-org/setup-micromamba@v1.9.0 with: environment-file: continuous_integration/environment-ci.yml - environment-name: pyart-dev + micromamba-version: '2.0.0-0' + init-shell: >- + bash cache-downloads: true + post-cleanup: "all" create-args: python=${{ matrix.python-version }} - name: Fetch all history for all tags and branches diff --git a/continuous_integration/environment-ci.yml b/continuous_integration/environment-ci.yml index ada69987ba..a0e9c5b81e 100644 --- a/continuous_integration/environment-ci.yml +++ b/continuous_integration/environment-ci.yml @@ -27,10 +27,7 @@ dependencies: - ruff==0.4.2 - mda-xdrlib - xradar - - pip - - pip: - - cibuildwheel - - pooch - - versioneer - - black - - git+https://github.com/openradar/open-radar-data + - pooch + - versioneer + - black + - open-radar-data