From 3471ce10f5307165254b22939a17cc44d29ea0b0 Mon Sep 17 00:00:00 2001 From: Kathlene Magnus Date: Fri, 31 May 2024 10:05:12 -0500 Subject: [PATCH] Fixed Conda env yml path --- .github/workflows/macos-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 5c0e93b1..8e6805d2 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -66,7 +66,7 @@ jobs: run: | # $CONDA is an environment variable pointing to the root of the miniconda directory $CONDA/bin/conda config --set channel_priority strict - $CONDA/bin/conda env update --file ${{ github.workspace }}/conda/environment.yml + $CONDA/bin/conda env update --file ${{ github.workspace }}/.github/workflows/conda/macos_env.yml $CONDA/bin/conda init bash # Build