Skip to content

Commit

Permalink
updating readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ersilia-bot committed Apr 15, 2024
1 parent 66ef1c4 commit 24c007a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-model-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
ersilia -v serve ${{ github.event.repository.name }}
ersilia -v run -i "CCCC" -o "output.csv"
ersilia close
output=$(python scripts/verify_model_outcome.py output.csv)
output=$(python .github/scripts/verify_model_outcome.py output.csv)
if echo "$output" | grep -q "All outcomes are null"; then
echo "Error in model outcome, aborting build"
exit 1
Expand Down

0 comments on commit 24c007a

Please sign in to comment.