Skip to content

Commit 3a8a6a9

Browse files
committed
Call ruff in pdm environment
1 parent 1628d73 commit 3a8a6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-ubuntu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
# Update output format to enable automatic inline annotations.
2424
- name: Run Ruff
25-
run: ruff check --output-format=github .
25+
run: pdm run ruff check --output-format=github .
2626

2727
- name: Run tests
2828
run: |

0 commit comments

Comments
 (0)