Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
djgagne committed Feb 6, 2023
1 parent f5fe964 commit d6538d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
miniforge-variant: Mambaforge
channel-priority: true
python-version: 3.10
channels: conda-forge,defaults
channels: conda-forge
environment-file: environment.yml
auto-activate-base: false
activate-environment: test
Expand Down

0 comments on commit d6538d7

Please sign in to comment.