Skip to content

Commit

Permalink
feat: updated the install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh672003 committed Jul 1, 2024
1 parent 4a1b03d commit 5333b9f
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 @@ -29,7 +29,7 @@ jobs:

- name: Install dependencies
run: |
pdm sync -d -G tests lint; pip install ruff
pdm install ; pip install ruff pytest
- name: Run Tests
run: |
pdm run -v pytest tests
Expand Down

0 comments on commit 5333b9f

Please sign in to comment.