Skip to content

Commit 47601c2

Browse files
bollwyvljtpio
authored andcommitted
skip lock/release stuff on binder
1 parent 0f80c63 commit 47601c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def _make_lock_task(key, target):
468468

469469

470470
# at some point, we'll want a scheduled excursion just for locking
471-
if not P.CI:
471+
if not (P.CI or P.IN_BINDER):
472472

473473
def task_lock():
474474
"""generate conda lock files for all the excursions"""

0 commit comments

Comments
 (0)