Skip to content

Commit

Permalink
fix minimum tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmish committed Jan 22, 2025
1 parent cdb02ca commit 4f6564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def install_minimum(c):
def minimum(c):
install_minimum(c)
c.run('python -m pip check')
c.run('python -m pytest')
c.run('python -m pytest ./tests/unit')


@task
Expand Down

0 comments on commit 4f6564e

Please sign in to comment.