Skip to content

Commit

Permalink
fix: try to fix the failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh672003 committed Jul 1, 2024
1 parent 69ffc0d commit 0dccd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pdm install ; pip install ruff pytest
- name: Run Tests
run: |
pdm run -v pytest tests
pdm run -v pytest
- name: Lint with ruff
run: |
ruff check .

0 comments on commit 0dccd86

Please sign in to comment.