Skip to content

Commit 328a8c7

Browse files
committed
Added macos back to action, added command printout to install script, cleanup.
1 parent e668ffd commit 328a8c7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu]
14+
os: [ubuntu, macos]
1515
python-version: [ '3.7', '3.8', '3.9', '3.10']
1616
steps:
1717
- name: Checkout

nbclassic/tests/end_to_end/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ class NotebookFrontend:
216216
217217
TODO:
218218
Possible future improvements, current limitations, etc
219-
- Known bad things, blah blah
220219
"""
221220

222221
# Some constants for users of the class

tools/install_pydeps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def run():
3636
}
3737

3838
for step_name, step_arglist in steps.items():
39+
print(f"\n[INSTALL_PYDEPS] Attempt '{step_name}' -> Run '{' '.join(step_arglist)}'\n")
3940
attempt(step_arglist, max_attempts=3, name=step_name)
4041

4142

0 commit comments

Comments
 (0)