From 71828ff2b126e69df473538907c0d3653545d18f Mon Sep 17 00:00:00 2001
From: Miguel Andres-Martinez <miguel.andres-martinez@awi.de>
Date: Thu, 5 Dec 2024 23:14:01 +0100
Subject: [PATCH] trying to fix CI

---
 .github/workflows/esm_tests_computer_workflow.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/esm_tests_computer_workflow.yml b/.github/workflows/esm_tests_computer_workflow.yml
index 83df3a207..8fd338571 100644
--- a/.github/workflows/esm_tests_computer_workflow.yml
+++ b/.github/workflows/esm_tests_computer_workflow.yml
@@ -44,12 +44,12 @@ jobs:
         ref: ${{ github.event.pull_request.head.ref }}
     - name: install esm-tools
       run: |
-        git config --global --add safe.directory /__w/esm_tools/esm_tools;
-        ls /__w/esm_tools/esm_tools;
+        git config --global --add safe.directory /esm/esm_tools;
         ls /esm/;
         source /opt/conda/etc/profile.d/conda.sh;
         conda activate esm_tools;
         ./install.sh;
+      shell: bash
 
     - name: run esm_tests
       run: |