Skip to content

Commit

Permalink
Update ci for github
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina.Hakansson committed Nov 14, 2024
1 parent 113862d commit 3c6b8d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ jobs:
uses: actions/checkout@v2

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
miniforge-version: "latest"
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge,defaults
channels: conda-forge
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
conda-remove-defaults: true

- name: Install unstable dependencies
if: matrix.experimental == true
Expand Down

0 comments on commit 3c6b8d8

Please sign in to comment.