Skip to content

Commit 2292960

Browse files
committed
only for test
1 parent 17ee9f9 commit 2292960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
- name: PyTest unit tests
105105
if: ${{ !startsWith(matrix.os, 'macos-13') }}
106106
run: |
107-
poetry run pytest tests -vv --durations=10 --cov-fail-under=80
108-
# poetry run pytest tests -vv --durations=10
107+
# poetry run pytest tests -vv --durations=10 --cov-fail-under=80
108+
poetry run pytest tests -vv --durations=10
109109

110110
#
111111
#3333

0 commit comments

Comments
 (0)