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 096b1ea commit 6098ca1
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 @@ -77,7 +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()";
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 6098ca1

Please sign in to comment.