From c5652d05f185370d387751cf4f25a8207dd944ee Mon Sep 17 00:00:00 2001 From: Miguel Andres-Martinez Date: Thu, 5 Dec 2024 23:26:07 +0100 Subject: [PATCH] trying to fix CI --- .github/workflows/esm_tests_computer_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/esm_tests_computer_workflow.yml b/.github/workflows/esm_tests_computer_workflow.yml index 4fae62387..7d710957c 100644 --- a/.github/workflows/esm_tests_computer_workflow.yml +++ b/.github/workflows/esm_tests_computer_workflow.yml @@ -45,7 +45,6 @@ jobs: - name: install esm-tools run: | git config --global --add safe.directory /__w/esm_tools/esm_tools; - ls /esm/; source /opt/conda/etc/profile.d/conda.sh; conda activate esm_tools; ./install.sh; @@ -54,6 +53,7 @@ jobs: - name: run esm_tests run: | git status; + source /opt/conda/etc/profile.d/conda.sh; conda activate esm_tools; pip list; yes Y | esm_tests ${{ inputs.test_flags }}