Skip to content

Commit

Permalink
ga main - add debug flag for jupyter startup, fix lab install version…
Browse files Browse the repository at this point in the history
… modifier
  • Loading branch information
mlhenderson committed Aug 2, 2023
1 parent 613ca8e commit ee51058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Install jupyterlab
- name: Install JupyterLab
run: |
python -m pip install "jupyterlab>=3.5.0,<4"
python -m pip install "jupyterlab>=4.0.0,<5"
jupyter lab --version
jupyter --paths
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Start jupyterlab
run: |
jupyter labextension list
jupyter lab --port=8888 --NotebookApp.token='' &
jupyter lab --port=8888 --NotebookApp.token='' & --debug
- name: Run nonempty test
run: |
pytest tests/test_nonempty_announcement.py
Expand Down

0 comments on commit ee51058

Please sign in to comment.