Skip to content
Open
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
1 change: 1 addition & 0 deletions .github/workflows/medcat-den_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uv sync --all-extras --dev
uv run python -m ensurepip
uv run python -m pip install --upgrade pip
uv run python -m pip install "../medcat-v2[spacy,deid,meta-cat,rel-cat]"
- name: Check types
run: |
uv run python -m mypy --follow-imports=normal src/medcat_den
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/medcat-embedding-linker_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uv sync --all-extras --dev
uv run python -m ensurepip
uv run python -m pip install --upgrade pip
uv run python -m pip install "../medcat-v2[spacy]"
- name: Check types
run: |
uv run python -m mypy --follow-imports=normal src/medcat_embedding_linker
Expand Down
Loading