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 77320a8 commit 8094ff5Copy full SHA for 8094ff5
.github/workflows/test_accuracy.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Run Python Test
36
run: |
37
source venv/bin/activate
38
- pytest --data=./data tests/python/accuracy/test_accuracy.py
+ pytest -v --data=./data tests/python/accuracy/test_accuracy.py
39
- name: Install CPP dependencies
40
41
sudo bash src/cpp/install_dependencies.sh
0 commit comments