Skip to content

Commit d244c0a

Browse files
author
Frankie Robertson
committed
Fixup workflow file
1 parent fdf25e6 commit d244c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Generate requirements.txt
2626
run: |
27-
poetry export --extras demos --with=dev --without-hashes -o requirements.txt &&
27+
poetry export --extras tests --extras docs --extras annoy --extras faiss --extras pynndescent --with=dev --without-hashes -o requirements.txt &&
2828
sed -i '/^torch$/d' requirements.txt
2929
- name: Load cached venv
3030
id: cached-poetry-dependencies

0 commit comments

Comments
 (0)