fix: Adapt `test_env_update_pypi_with_conda_forge` (#3537)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2024-10-15 17:06:07 +02:00 committed by GitHub
parent 215e5e522a
commit 91a2a2b868
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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