We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9013b8 commit 336063bCopy full SHA for 336063b
.github/workflows/build_docs.yml
@@ -25,6 +25,8 @@ jobs:
25
- name: Install dependencies
26
run: |
27
pip install jupyter-book
28
+ cd CellSeg3D
29
+ pip install -e .
30
31
# Build the book
32
- name: Build the book
0 commit comments