Skip to content

Commit

Permalink
use mincondax
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Sep 4, 2024
1 parent 01c1133 commit 591f400
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 591f400

Please sign in to comment.