Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Nov 19, 2024
1 parent 8dfe1b7 commit d84b1a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
git submodule update
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: "latest"
channel-priority: flexible
miniconda-version: "latest"
auto-update-conda: true
python-version: ${{ matrix.python-version }}
environment-file: ${{ matrix.ymlfile }}
activate-environment: env
environment-file: environment.yml
activate-environment: pytesmo
channel-priority: flexible
auto-activate-base: false
- name: Print infos
shell: bash -l {0}
Expand Down

0 comments on commit d84b1a4

Please sign in to comment.