Skip to content

Commit 3317cb9

Browse files
committed
fix ruff job
Signed-off-by: Lance Drane <dranelt@ornl.gov>
1 parent bed2c7b commit 3317cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
pdm venv create --with-pip --force $PYTHON
3030
pdm sync --dev -G:all
3131
- run: |
32-
ruff format --check
33-
ruff check
32+
pdm run ruff format --check
33+
pdm run ruff check
3434
pdm run lint-mypy
3535
3636
test:

0 commit comments

Comments
 (0)