Skip to content

Commit

Permalink
updated the integration test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza committed Sep 19, 2023
1 parent cf7cdac commit 006f735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
cp c3d*/bin/c3d $BIN/c3d
fi
- name: Download models
run: |
pyalfe download models
- name: Run tests
run: |
pytest tests/integration

0 comments on commit 006f735

Please sign in to comment.