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 ca469ef commit d249058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/esm_tests_computer_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ 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 /esm/;
source /opt/conda/etc/profile.d/conda.sh;
conda activate esm_tools;
Expand Down

0 comments on commit d249058

Please sign in to comment.