Skip to content

Commit

Permalink
update: this should fix ci hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh672003 committed Jul 1, 2024
1 parent 0dccd86 commit f609f94
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.10","3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand All @@ -29,10 +29,10 @@ jobs:

- name: Install dependencies
run: |
pdm install ; pip install ruff pytest
- name: Run Tests
run: |
pdm run -v pytest
pdm install && pip install ruff pytest
- name: Lint with ruff
run: |
ruff check .
- name: Run Tests
run: |
pytest .
28 changes: 27 additions & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f609f94

Please sign in to comment.