Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Checkout lndocs
uses: actions/checkout@v3
with:
repository: laminlabs/lndocs
ssh-key: ${{ secrets.READ_LNDOCS }}
path: lndocs
ref: main
- name: Setup Python
uses: actions/setup-python@v3
with:
Expand Down
4 changes: 0 additions & 4 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from pathlib import Path

import nox

nox.options.reuse_existing_virtualenvs = True
Expand All @@ -23,6 +21,4 @@ def build(session):
"--cov-report=term-missing",
)
session.run("coverage", "xml")
prefix = "." if Path("./lndocs").exists() else ".."
session.install(f"{prefix}/lndocs")
session.run("lndocs")
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Home = "https://github.com/buettnerlab/pytometry"
dev = [
"pre-commit",
"nox",
"lndocs",
]
test = [
"pytest>=6.0",
Expand Down