Skip to content

Commit

Permalink
Update test command in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjaypranav committed Feb 27, 2024
1 parent f1888b2 commit ec5330b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
poetry install
- name: Run tests
run: |
pip install pytest
pytest tests/
poetry install pytest
poetry run pytest tests/

0 comments on commit ec5330b

Please sign in to comment.