mirror of https://github.com/mamba-org/mamba.git
fix: Adapt `test_env_update_pypi_with_conda_forge` (#3537)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
215e5e522a
commit
91a2a2b868
|
@ -307,6 +307,8 @@ env_yaml_content_create_pip_pkg_with_version = """
|
|||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
# This version of Python covers all the versions of numpy available on conda-forge and PyPI for all platforms.
|
||||
- python 3.12
|
||||
- pip
|
||||
- pip:
|
||||
- numpy==1.26.4
|
||||
|
|
Loading…
Reference in New Issue