Skip to content

Commit d581c3c

Browse files
committed
Try fixing the binder
1 parent 3ea2e81 commit d581c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binder/environment.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ dependencies:
88
- yarn
99
- pip
1010
- wheel
11-
- pip:
12-
- jupyterlab ==3.1.0-alpha.10

binder/postBuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ from pathlib import Path
1515

1616
ROOT = Path.cwd()
1717

18+
1819
def _(*args, **kwargs):
1920
""" Run a command, echoing the args
2021
@@ -26,6 +27,7 @@ def _(*args, **kwargs):
2627
print("\nERROR", return_code, " ".join(args))
2728
sys.exit(return_code)
2829

30+
2931
# verify the environment is self-consistent before even starting
3032
_(sys.executable, "-m", "pip", "check")
3133

0 commit comments

Comments
 (0)