From 220bb4862f0f7bbe643a4a8ce0a2ea3ba5b58090 Mon Sep 17 00:00:00 2001 From: Eric Kofman Date: Mon, 8 Jul 2024 12:32:59 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4cf72b4..70d681d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,8 @@ jobs: - name: Create Conda Environment run: | - /usr/share/miniconda/bin/conda env create -y --file marine_environment_3_10.yml --name marine_environment + /usr/share/miniconda/bin/mamba create -n marine_environment python=3.8.18 -y + /usr/share/miniconda/bin/mamba env update -n marine_environment --file marine_environment2.yml - name: Print marine_environment bin folder contents run: |