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 acd9084 commit 096b1ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/esm_tests_computer_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: install esm-tools
run: |
python -m pip install --user -e .;
python -m pip install -e .;
git config --global --add safe.directory /__w/esm_tools/esm_tools;
#./install.sh
- name: run esm_tests
Expand All @@ -77,6 +77,7 @@ jobs:
echo "--------"
python3 -m pip list;
python3 -c "import esm_tools; print(dir(esm_tools))";
python -c "import esm_tools; print(esm_tools.get_namelist_filepath()";
git status;
yes Y | esm_tests ${{ inputs.test_flags }}
# - name: store last tested in a different directory
Expand Down

0 comments on commit 096b1ea

Please sign in to comment.