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 1adf160 commit 1344703Copy full SHA for 1344703
.github/workflows/test_accuracy.yml
@@ -42,7 +42,7 @@ jobs:
42
# uv run pytest --data=./data tests/accuracy/test_accuracy.py
43
test_accuracy:
44
runs-on: ubuntu-latest
45
-# needs: test_accuracy / test_accuracy_items
+ needs: test_accuracy_items
46
if: always()
47
steps:
48
- name: All tests ok
0 commit comments