Skip to content

Commit

Permalink
pin conda version to fix mamba test failure (#32)
Browse files Browse the repository at this point in the history
* Degraded conda version

* Pinned conda<23.7.4

* Updated build number
  • Loading branch information
Aman-Surkar authored Nov 8, 2023
1 parent d0b1e2d commit f8355db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
- 0001-Fix-for-mamba-seg-fault.patch

build:
number: 1
number: 2

outputs:
- name: libmamba
Expand Down Expand Up @@ -52,7 +52,7 @@ outputs:
- libsolv {{ libsolv }}
test:
requires:
- conda
- conda<23.7.4
- libsolv {{ libsolv }}
commands:
- test -d ${PREFIX}/include/mamba # [unix]
Expand Down Expand Up @@ -108,7 +108,7 @@ outputs:
- libsolv {{ libsolv }}
test:
requires:
- conda
- conda<23.7.4
imports:
- libmambapy
- libmambapy.bindings
Expand All @@ -133,15 +133,15 @@ outputs:
- {{ pin_subpackage('libmambapy', exact=True) }}
run:
- python
- conda
- conda<23.7.4
- {{ pin_subpackage('libmambapy', exact=True) }}
- libsolv {{ libsolv }}
test:
imports:
- mamba
requires:
- pip
- conda
- conda<23.7.4
commands:
- mamba --help
- test -f ${PREFIX}/etc/profile.d/mamba.sh # [linux]
Expand Down

0 comments on commit f8355db

Please sign in to comment.