From 591f400143d95eb7d2c442b5c62f41727088258e Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Wed, 4 Sep 2024 11:26:37 -0400 Subject: [PATCH] use mincondax --- .github/workflows/ci.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b70adf0..e8896ace 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,14 +20,11 @@ jobs: - name: Checkout source uses: actions/checkout@v4 - - name: Setup Conda Environment - uses: mamba-org/setup-micromamba@v1 + - name: Setup conda + uses: conda-incubator/setup-miniconda@v3 with: - cache-downloads: true environment-file: environment_gcsfs.yaml - environment-name: gcsfs_test - create-args: >- - python=${{ matrix.PY }} + python-version: ${{ matrix.PY }} - name: Conda info run: |