Skip to content

Commit

Permalink
ga main - fix --debug placement
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhenderson committed Aug 2, 2023
1 parent ee51058 commit a7cf523
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 @@ -66,7 +66,7 @@ jobs:
- name: Start jupyterlab
run: |
jupyter labextension list
jupyter lab --port=8888 --NotebookApp.token='' & --debug
jupyter lab --port=8888 --NotebookApp.token='' --debug &
- name: Run nonempty test
run: |
pytest tests/test_nonempty_announcement.py
Expand Down

0 comments on commit a7cf523

Please sign in to comment.