We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefa923 commit 91983aaCopy full SHA for 91983aa
.github/workflows/qc.yml
@@ -45,9 +45,11 @@ jobs:
45
# install dependencies if cache does not exist
46
#----------------------------------------------
47
- name: Install dependencies
48
- run: poetry install --no-interaction
+ run: |
49
+ poetry install --no-interaction
50
+ poetry run pip install kgcl-schema==0.3.0rc1
51
52
- name: Run tests
53
run: |
54
echo ${{ secrets.GH_TOKEN }} >> ${GITHUB_WORKSPACE}/src/onto_crawler/token.txt
- 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