Skip to content

Commit

Permalink
Fix path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 22, 2023
1 parent 9fc6385 commit b176602
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 @@ -42,12 +42,12 @@ jobs:
- name: Lint with ruff
run: |
pip install ruff
ruff check src/ tests/
ruff check python/ tests/
- name: Lint with black
run: |
pip install black
black --check src/gort
black --check python/lvmnps
- name: Test with pytest
run: |
Expand Down

0 comments on commit b176602

Please sign in to comment.