Skip to content

Commit d01e84a

Browse files
committed
Force dependency install before check-links
1 parent 00ff7ca commit d01e84a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v4
7373
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
74+
- name: Install Python dependencies
75+
run: |
76+
pip install ".[test]"
7477
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
7578
with:
7679
ignore_links: "http://my-gateway-server.com:8888"

0 commit comments

Comments
 (0)