Skip to content

Commit c7348ef

Browse files
committed
test: less logging
1 parent 6a5a37d commit c7348ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python_package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Test with pytest in float32
6464
run: |
6565
pytest \
66-
-vv \
66+
-v \
6767
--durations=100 \
6868
--randomly-seed=42 \
6969
--splits ${NUM_SPLITS} --group ${{ matrix.group }} \
@@ -75,7 +75,7 @@ jobs:
7575
- name: Test with pytest
7676
run: |
7777
pytest \
78-
-vv \
78+
-v \
7979
--durations=100 \
8080
--randomly-seed=42 \
8181
--splits ${NUM_SPLITS} --group ${{ matrix.group }} \

0 commit comments

Comments
 (0)