Unverified Commit f30089aa authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: exclude test data from lychee checks (#5032)


Signed-off-by: default avatarAnant Sharma <anants@nvidia.com>
parent 910b587d
......@@ -70,6 +70,7 @@ jobs:
--timeout 20 \
--root-dir "${{ github.workspace }}" \
--exclude-path ".*ATTRIBUTIONS.*" \
--exclude-path "./lib/llm/tests/data/.*" \
--accept "200..=299, 403, 429" \
--exclude-all-private --exclude 0.0.0.0 \
$OFFLINE_FLAG \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment