Skip to content

Commit

Permalink
Fix miniconda build
Browse files Browse the repository at this point in the history
There are known issues with mamba
  • Loading branch information
tpeulen committed Oct 27, 2024
1 parent d73dcdd commit e9bf670
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
miniconda-version: "latest"
channels: conda-forge,defaults
channel-priority: true
activate-environment: base

- name: Display Conda Settings
shell: bash -el {0}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
miniconda-version: "latest"
channels: conda-forge,defaults
channel-priority: true
activate-environment: base

- name: Display Conda Settings
shell: bash -el {0}
Expand Down

0 comments on commit e9bf670

Please sign in to comment.