Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcjackson authored Mar 29, 2022
1 parent 29af86e commit 825a7f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- run:
name: Install package
command: pip install .
- run:
name: Install pytest
command: pip install pytest
- run:
name: Run tests
# This assumes pytest is installed via the install-package step above
Expand Down

0 comments on commit 825a7f2

Please sign in to comment.