Skip to content

Commit

Permalink
update test-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanSoley authored Oct 1, 2024
1 parent 020e5a8 commit 7628f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
# fetch all tags so `versioneer` can properly determine current version
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-variant: Miniforge
channels: conda-forge
channel-priority: true
activate-environment: rubicon-ml-dev
Expand Down

0 comments on commit 7628f13

Please sign in to comment.