From f23da318c3a1c954e95715d20989c39c197fa3a9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 18 Jun 2024 15:28:57 -0400 Subject: Replace miniconda with miniforge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3446bc9..a7fbec3 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ Shared utilities for use within Jenkins jobs ## Provides -`conda.install(version="4.3.31", py_maj_version=3, install_dir="miniconda")` +`conda.install(version="1.2.3", py_maj_version=3, install_dir="miniforge")` -- cgit