Skip to content

Commit

Permalink
Workflow docs - addition of diagrams and one test fix (#46)
Browse files Browse the repository at this point in the history
* chroma error imports have changed

* tweak path for docs action re-run

* publish action to run on PR (will this work)

* backtrack, publish action to push on main
  • Loading branch information
metazool authored Nov 5, 2024
1 parent 4b63f9a commit 7d55e6c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pages_graphs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Pages and Graphviz re-render
on:
push:
paths: 'docs/**/*'
branches:
- main
paths: 'docs/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ Please see the associated Github repository which has [outline tasks in Issues](





2 changes: 1 addition & 1 deletion src/cyto_ml/data/vectorstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import chromadb.api.models.Collection
import numpy as np
from chromadb.config import Settings
from chromadb.db.base import UniqueConstraintError
from chromadb.errors import UniqueConstraintError

logging.basicConfig(level=logging.INFO)
# TODO make this sensibly configurable, not confusingly hardcoded
Expand Down

0 comments on commit 7d55e6c

Please sign in to comment.