From 1cd6061ac4422cbec8fc42a2a75b112b79e65839 Mon Sep 17 00:00:00 2001 From: rasbt Date: Sat, 13 Apr 2024 14:41:49 -0500 Subject: [PATCH] ignore conftest file --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index a9a9fb4f4d..d1eb1b5342 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -27,4 +27,4 @@ jobs: - name: Check links run: | - pytest --check-links ./ \ No newline at end of file + pytest --check-links ./ --links-ext md,rst,html,ipynb --ignore=conftest.py \ No newline at end of file