Skip to content

Commit

Permalink
Force dependency install before check-links
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Mar 9, 2024
1 parent 00ff7ca commit d01e84a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- name: Install Python dependencies
run: |
pip install ".[test]"
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
with:
ignore_links: "http://my-gateway-server.com:8888"
Expand Down

0 comments on commit d01e84a

Please sign in to comment.