Skip to content

Commit

Permalink
fix: Explicitly pin python 3.12
Browse files Browse the repository at this point in the history
Resolves the error on the CI.

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Oct 15, 2024
1 parent 215e5e5 commit e755fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions micromamba/tests/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def test_env_update_conda_forge_with_pypi(tmp_home, tmp_root_prefix, tmp_path):
channels:
- conda-forge
dependencies:
- python 3.12 # Numpy has not been released for python >=3.13 yet
- numpy==2.0.0
"""

Expand Down

0 comments on commit e755fcc

Please sign in to comment.