We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f8069 commit a4d86caCopy full SHA for a4d86ca
1 file changed
.github/workflows/test.yml
@@ -20,8 +20,5 @@ jobs:
20
pip install -e .
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