Skip to content

Commit

Permalink
Fix paths in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 23, 2023
1 parent c8f144a commit 9609743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- name: Lint with ruff
run: |
pip install ruff
ruff check python/ tests/
ruff check src/ tests/
- name: Lint with black
run: |
pip install black
black --check python/lvmnps
black --check src/lvmnps
- name: Test with pytest
run: |
Expand Down

0 comments on commit 9609743

Please sign in to comment.