Skip to content

Commit

Permalink
Update upload-ersilia-pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnushkaShreyam authored Oct 18, 2024
1 parent a143bf0 commit c847050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-ersilia-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
continue-on-error: true # Allow this to fail
run: |
ersilia -v fetch ${{ github.event.repository.name }} --from_dockerhub
ersilia -v serve ${{ github.event.repository.name }}
ersilia -v serve ${{ github.event.repository.name }} --track #Added --track here
ersilia example -n 1 -f input.csv --predefined
ersilia -v run -i "input.csv" -o "output.csv" --track
ersilia -v run -i "input.csv" -o "output.csv"
ersilia close
output=$(python .github/scripts/verify_model_outcome.py output.csv)
if echo "$output" | grep -q "All outcomes are null"; then
Expand Down

0 comments on commit c847050

Please sign in to comment.