From 0d311265aba17239a226f73eff4be36275482fe5 Mon Sep 17 00:00:00 2001 From: Miguel Andres-Martinez Date: Thu, 5 Dec 2024 23:06:36 +0100 Subject: [PATCH] trying to fix CI --- .github/workflows/esm_tests_computer_workflow.yml | 5 ++++- utils/environment.yaml | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/esm_tests_computer_workflow.yml b/.github/workflows/esm_tests_computer_workflow.yml index f4d7756d2..d0527cd6e 100644 --- a/.github/workflows/esm_tests_computer_workflow.yml +++ b/.github/workflows/esm_tests_computer_workflow.yml @@ -44,7 +44,10 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: install esm-tools run: | - git config --global --add safe.directory /esm/esm_tools; + git config --global --add safe.directory /__w/esm_tools/esm_tools; + ls /__w/esm_tools/esm_tools; + ls /esm/; + source ~/.bashrc; conda activate esm_tools; ./install.sh; diff --git a/utils/environment.yaml b/utils/environment.yaml index 386882dc2..826f509fd 100644 --- a/utils/environment.yaml +++ b/utils/environment.yaml @@ -15,7 +15,6 @@ name: esm_tools channels: - conda-forge - - defaults dependencies: - python=3.9 - Click>=7.0