Skip to content

Commit

Permalink
updated workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
ersilia-bot committed Dec 4, 2024
1 parent 76b7b6f commit 0e53ced
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,13 @@ jobs:
echo "Error: Folder '$FOLDER' does not exist." >&2
exit 1
fi
- name: Serve model
env:
MODEL_ID: ${{ github.event.repository.name }}
run: |
source activate
ersilia -v serve $MODEL_ID
- name: Test model
env:
MODEL_ID: ${{ github.event.repository.name }}
run: |
source activate
ersilia -v serve $MODEL_ID
ersilia example -n 5 -f input.csv --predefined
ersilia -v run -i "input.csv" -o "output.csv"
ersilia close
Expand Down

0 comments on commit 0e53ced

Please sign in to comment.