Update base user environment to miniforge 24.5.0-0 (Python 3.12)

mambaforge is deprecated, mamba has been in miniforge for some time now
This commit is contained in:
Min RK
2024-08-23 10:00:57 +02:00
parent c49fada1c8
commit 634956c33e
4 changed files with 21 additions and 21 deletions

View File

@@ -14,9 +14,9 @@ from tljh import conda, installer
@pytest.fixture(scope="module")
def prefix():
"""
Provide a temporary directory with a mambaforge conda environment
Provide a temporary directory with a conda environment
"""
installer_url, checksum = installer._mambaforge_url()
installer_url, checksum = installer._miniforge_url()
with tempfile.TemporaryDirectory() as tmpdir:
with conda.download_miniconda_installer(
installer_url, checksum