From a224d95f8bbc955ab8c77d55e3916bfc30ec9eee Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Mon, 1 Jul 2024 14:56:16 -0400 Subject: [PATCH] Update test_simpleaf.yml --- .github/workflows/test_simpleaf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_simpleaf.yml b/.github/workflows/test_simpleaf.yml index 6c93189..816f80a 100644 --- a/.github/workflows/test_simpleaf.yml +++ b/.github/workflows/test_simpleaf.yml @@ -44,7 +44,7 @@ jobs: - name: Test simpleaf shell: bash -l {0} run: | - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib:$CONDA_PREFIX/lib64 + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/share/miniconda/envs/anaconda-client-env/lib:/usr/share/miniconda/envs/anaconda-client-env/lib64 cd scripts chmod +x test_simpleaf.sh ./test_simpleaf.sh