Skip to content

Commit 91983aa

Browse files
committed
kgcl fix
1 parent fefa923 commit 91983aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/qc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ jobs:
4545
# install dependencies if cache does not exist
4646
#----------------------------------------------
4747
- name: Install dependencies
48-
run: poetry install --no-interaction
48+
run: |
49+
poetry install --no-interaction
50+
poetry run pip install kgcl-schema==0.3.0rc1
4951
5052
- name: Run tests
5153
run: |
5254
echo ${{ secrets.GH_TOKEN }} >> ${GITHUB_WORKSPACE}/src/onto_crawler/token.txt
53-
poetry run ocrawl process-issue tests/resources/fbbt.obo -r "hrshdhgd/onto-crawler" -n 10 -o tests/tmp/test.obo
55+
poetry run pytest

0 commit comments

Comments
 (0)