We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5a37d commit c7348efCopy full SHA for c7348ef
1 file changed
.github/workflows/python_package.yaml
@@ -63,7 +63,7 @@ jobs:
63
- name: Test with pytest in float32
64
run: |
65
pytest \
66
- -vv \
+ -v \
67
--durations=100 \
68
--randomly-seed=42 \
69
--splits ${NUM_SPLITS} --group ${{ matrix.group }} \
@@ -75,7 +75,7 @@ jobs:
75
- name: Test with pytest
76
77
78
79
80
81
0 commit comments