Skip to content

Commit

Permalink
🎨 Add jupyter ot lamindb deps
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Sep 30, 2024
1 parent 2eb2c89 commit 96a6f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
NXF_ANSI_LOG: false
strategy:
fail-fast: false
timeout-minutes: 50
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def build(session):
"pip",
"install",
"--system",
"lamindb[aws,bionty]",
"lamindb[aws,,jupyter,bionty]",
)
session.run(*"pip install -e .[dev]".split())
login_testuser1(session)
Expand Down

0 comments on commit 96a6f6a

Please sign in to comment.