Skip to content

Commit 760724f

Browse files
authored
Update test.yaml (#164)
Fix test for ruff check
1 parent 7071370 commit 760724f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cache: poetry
6060
- name: Install dependencies
6161
run: |
62-
poetry install
62+
poetry install --only dev
6363
- name: Ruff format
6464
run: poetry run ruff format --check
6565
- name: Ruff check

0 commit comments

Comments
 (0)