Skip to content

Commit dd435c3

Browse files
authored
don't link check npm (#1568)
1 parent 028ca23 commit dd435c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ jobs:
173173
- uses: actions/checkout@v5
174174
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
175175
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
176+
with:
177+
ignore_links: "https://www.npmjs.com"
176178

177179
integration_check:
178180
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)