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 b53d6ac commit acd9084
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 @@ -76,7 +76,7 @@ jobs:
python -m pip list;
echo "--------"
python3 -m pip list;
python3 -c "import esm_tools; dir(esm_tools)";
python3 -c "import esm_tools; print(dir(esm_tools))";
git status;
yes Y | esm_tests ${{ inputs.test_flags }}
# - name: store last tested in a different directory
Expand Down

0 comments on commit acd9084

Please sign in to comment.