Skip to content

Commit e113bf8

Browse files
fix install statement
1 parent c4551ec commit e113bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test-indexer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Install dependencies
6868
working-directory: doc_indexer
69-
run: poetry install --with dev
69+
run: poetry install
7070

7171
- name: Run tests
7272
working-directory: doc_indexer

0 commit comments

Comments
 (0)