From 14e55e195978ba1acddcfec4b4c0028d1474de27 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Fri, 1 Dec 2023 15:11:56 -0600 Subject: [PATCH 1/2] document --py-ver option --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 80fd96b..e858134 100755 --- a/install.sh +++ b/install.sh @@ -29,6 +29,7 @@ usage() echo " --conda-pkgs=FILE Install these additional packages with conda." echo " --conda-env=FILE Obtain conda package versions from conda environment file FILE." echo " --pip-pkgs=FILE Install these additional packages with pip." + echo " --py-ver=VERSION Replace the Python version specified in the conda environment file with VERSION (e.g., --py-ver=3.10)." echo " --git-ssh Use SSH-based URL to clone mirgecom." echo " --debug Show debugging output of this script (set -x)." echo " --skip-clone Skip cloning mirgecom, assume it will be manually copied." From 417b59cd4575ee82623d481bd9018759da89a1b5 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Fri, 1 Dec 2023 15:22:35 -0600 Subject: [PATCH 2/2] bump ci