Skip to content

Commit

Permalink
Add biomappings to dkg-construct extra and install dkg-construct for …
Browse files Browse the repository at this point in the history
…github tests
  • Loading branch information
nanglo123 committed Jul 17, 2024
1 parent 394dc01 commit 0ce7af0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo apt-get install graphviz libgraphviz-dev
pip install --upgrade pip setuptools wheel
pip install "tox<4.0.0"
pip install .[dkg-construct]
- name: Test with pytest
run: |
export MIRA_REST_URL=http://34.230.33.149:8771
Expand Down
1 change: 0 additions & 1 deletion mira/dkg/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ def add_resources(
request.app.state.client.add_relation(relation)



class IsOntChildResult(BaseModel):
"""Result of a query to /is_ontological_child"""

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ dkg-construct =
pystow
tabulate
tqdm
biomappings
dkg-embed =
grape
metaregistry =
Expand Down

0 comments on commit 0ce7af0

Please sign in to comment.