Skip to content

Commit

Permalink
Install pytest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed Jun 8, 2024
1 parent 6b3cc71 commit ec0ede2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:

- name: Run tests
run: |
pip install pytest pytest-xdist
cd python/tests
mkdir -p meshes
python -m pytest -vs -n auto.
Expand Down

0 comments on commit ec0ede2

Please sign in to comment.