Skip to content

Commit

Permalink
test: update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh672003 committed Jul 1, 2024
1 parent 5333b9f commit 7ea3825
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

- name: Install dependencies
run: |
pdm install ; pip install ruff pytest
- name: Run Tests
run: |
pdm run -v pytest tests
pdm install && pip install ruff pytest
- name: Lint with ruff
run: |
ruff check .
- name: Run Tests
run: |
pdm run -v pytest

0 comments on commit 7ea3825

Please sign in to comment.