Skip to content

Commit

Permalink
trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mandresm committed Dec 5, 2024
1 parent bd2629a commit 71828ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/esm_tests_computer_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 71828ff

Please sign in to comment.