Skip to content

Commit

Permalink
📦 chore: Update test workflow to use Poetry for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Nov 14, 2023
1 parent 70b9f0f commit 1bde2ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
- name: Run tests
run: |
cd test
pytest
poetry install --no-root
poetry run pytest

0 comments on commit 1bde2ad

Please sign in to comment.