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 4f54889 commit d73dcdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
mamba-version: "*"
miniconda-version: "latest"
channels: conda-forge,defaults
channel-priority: true

activate-environment: base
- name: Display Conda Settings
shell: bash -el {0}
run: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
mamba-version: "*"
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 d73dcdd

Please sign in to comment.