Skip to content

Commit

Permalink
using conda in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Sep 26, 2024
1 parent 13990f4 commit 3cdc575
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-ubuntu-mamba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: conda-incubator/[email protected]
with:
miniconda-version: latest
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
activate-environment: anaconda-client-env
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-windows-mamba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: conda-incubator/[email protected]
with:
miniconda-version: latest
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
activate-environment: anaconda-client-env
Expand Down

0 comments on commit 3cdc575

Please sign in to comment.