Skip to content

Commit

Permalink
Don't lock for Binder. Avoids falling behind a commit if not locking …
Browse files Browse the repository at this point in the history
…locally.
  • Loading branch information
blakeNaccarato committed Feb 23, 2024
1 parent d93c043 commit 58cdb12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def dpath(path: Path, rel: Path = DOCS) -> str:
thebe_config = {
**COMMON_OPTIONS,
"repository_branch": (
Path("../requirements.in")
Path("../requirements.txt")
.read_text(encoding="utf-8")
.splitlines()[0]
.split("@")[-1]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Binder
boilercv @ git+https://github.com/blakeNaccarato/boilercv@49c301ab3f3246d757e8195a40be5d5f65048620
boilercv @ git+https://github.com/blakeNaccarato/boilercv@d93c04335c7e513ef6afcbcf593d761a26851d2e
--requirement .tools/requirements/requirements.txt
boilercore @ git+https://github.com/blakeNaccarato/boilercore@973a0967b0c9922abd47b5f6ec876aac0df6a0c9

0 comments on commit 58cdb12

Please sign in to comment.