Skip to content

Commit

Permalink
Adding pyproject.toml and using ruff to format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
josephnowak committed Oct 17, 2024
1 parent bfe338d commit 2a41d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff pytest pytest-cov
pip install ruff pytest pytest-cov pytest-xdist
pip install .
- name: Lint with ruff
run: |
ruff check
- name: Test with pytest
run: |
pytest --cov
pytest -n 4 --cov

0 comments on commit 2a41d1c

Please sign in to comment.