diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 43d6b4b25..7d8d6c0ef 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@main - name: Dependencies run: | - pip install --user git+https://github.com/linkchecker/linkchecker.git + pip install --user --break-system-packages git+https://github.com/linkchecker/linkchecker.git echo "${HOME}/.local/bin" >> ${GITHUB_PATH} - name: Fetch repository name