Skip to content

Commit

Permalink
remove version of mamba from GHA (#2075)
Browse files Browse the repository at this point in the history
* remove version of mamba from GHA

Signed-off-by: Edoardo Pasca <[email protected]>

* Temporary change to test full matrix 

Signed-off-by: Margaret Duff <[email protected]>

* Revert changes made for testing

* remove defaults channel

Signed-off-by: Edoardo Pasca <[email protected]>

---------

Signed-off-by: Edoardo Pasca <[email protected]>
Signed-off-by: Margaret Duff <[email protected]>
Co-authored-by: Margaret Duff <[email protected]>
Co-authored-by: Margaret Duff <[email protected]>
  • Loading branch information
3 people authored Feb 14, 2025
1 parent 98860db commit c1ef11c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
mamba-version: "1.5"
mamba-version: "*"
channels: conda-forge
conda-remove-defaults: "true"
- name: conda build & test
working-directory: recipe
run: |
Expand Down

0 comments on commit c1ef11c

Please sign in to comment.