Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
not-lain committed Jan 14, 2025
1 parent 7f1ef0a commit 825c1a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e .
python -m pip install ruff
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with ruff
run: |
# Run Ruff for linting
ruff check .
ruff .
- name: Test with pytest
run: |
pytest

0 comments on commit 825c1a1

Please sign in to comment.