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 b94854b commit c5652d0
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 @@ -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;
Expand All @@ -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 }}
Expand Down

0 comments on commit c5652d0

Please sign in to comment.