We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ff7ca commit d01e84aCopy full SHA for d01e84a
.github/workflows/build.yml
@@ -71,6 +71,9 @@ jobs:
71
steps:
72
- uses: actions/checkout@v4
73
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
74
+ - name: Install Python dependencies
75
+ run: |
76
+ pip install ".[test]"
77
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
78
with:
79
ignore_links: "http://my-gateway-server.com:8888"
0 commit comments