Skip to content

Commit

Permalink
add Martin's patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Sep 29, 2024
1 parent 1f4370f commit 7c31604
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
fetch-depth: 0

- name: Setup conda
uses: mamba-org/setup-micromamba@v1
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: ci/env.yaml
create-args: >-
python=${{ matrix.PY }}
python-version: ${{ matrix.PY }}

- name: Install
shell: bash -l {0}
Expand Down

0 comments on commit 7c31604

Please sign in to comment.