Skip to content

Commit

Permalink
try updating conda action
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed May 21, 2024
1 parent 8e68d43 commit 6d9751f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ jobs:
key:
${{ runner.os }}-conda-${{hashFiles('conda-environment.yml') }}

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
activate-environment: veros
environment-file: conda-environment.yml
use-only-tar-bz2: true

- name: Install test dependencies
run: |
Expand Down

0 comments on commit 6d9751f

Please sign in to comment.