From 80869554da48236a91022e9196250990f1d77614 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:05:50 -0800 Subject: [PATCH] uses --- .github/workflows/link_check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index d74d4eb4f..454d2d3ce 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -26,7 +26,8 @@ jobs: notebook-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout code + uses: actions/checkout@v4 - name: Set up Python 3.x + Poetry ${{ env.POETRY_VERSION }} uses: "./.github/actions/poetry_setup" with: @@ -44,4 +45,4 @@ jobs: env: LANGCHAIN_API_KEY: test shell: bash - run: poetry run pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" . + run: poetry run pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" .