Skip to content

Commit

Permalink
add pytest to initial conda setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Mar 13, 2024
1 parent f52c9f5 commit d042aaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setup-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
run: |
conda env update --file environment.yml --name test
rm environment.yml
- name: Run tests
run: pytest

0 comments on commit d042aaf

Please sign in to comment.