Skip to content

Commit

Permalink
Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Sep 1, 2024
1 parent d77be40 commit a00ee71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install ruff pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install project
run: pip install .
- name: lint with ruff
run: ruff check --output-format=github .
- name: Test with pytest
run: |
pytest
run: pytest

0 comments on commit a00ee71

Please sign in to comment.