We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd23594 commit a5f8069Copy full SHA for a5f8069
1 file changed
.github/workflows/test.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Test with pytest
22
run: |
23
wget https://files.dice-research.org/projects/Ontolearn/KGs.zip
24
+ rm -r KGs
25
unzip KGs.zip
26
pip install pytest
27
python -m pytest -p no:warnings -x
0 commit comments