From 3603f3e98cc8c5ee7af11be7ea4359031bb53543 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:11:24 -0800 Subject: [PATCH] pip --- .github/workflows/link_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index 454d2d3ce..e3856ed43 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -40,7 +40,7 @@ jobs: run: | python -m pip install --upgrade pip poetry install --with test - poetry pip install -U pytest pytest-check-links langsmith langchain GitPython + poetry run pip install -U pytest pytest-check-links langsmith langchain GitPython - name: Check links in notebooks env: LANGCHAIN_API_KEY: test