Skip to content

Commit

Permalink
Add pytest_jupyter[server] dependency in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Apr 18, 2023
1 parent d52e885 commit 4ffc01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install the Python dependencies
run: python -m pip install jupyterlab~=4.0.0b0 pytest pytest-check-links
run: python -m pip install jupyterlab~=4.0.0b0 pytest pytest-check-links "pytest-jupyter[server]>=0.6.0"
- name: Bootstrap the jlpm deps
run: jlpm
- name: Build all the extensions
Expand Down

0 comments on commit 4ffc01e

Please sign in to comment.