Skip to content

Commit d60fdc0

Browse files
committed
fixed ci linting step
1 parent 9bf418b commit d60fdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: '3.11'
2525
- name: Install ruff
26-
uses: pip install ruff
26+
run: pip install ruff
2727
- name: Run linter
2828
run: ruff check ./geost
2929

0 commit comments

Comments
 (0)