Skip to content

Commit beedb8d

Browse files
committed
Install extras in test-coverage-report so the langchain_nvidia_ai_endpoints work for pyright type-checking
1 parent 7f60c50 commit beedb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: poetry config virtualenvs.in-project true
2929

3030
- name: Install dependencies
31-
run: poetry install --with dev
31+
run: poetry install --with dev --all-extras
3232

3333
- name: Run pre-commit hooks
3434
run: poetry run make pre_commit

0 commit comments

Comments
 (0)