diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2fbaf18e..3e94f730 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -203,4 +203,4 @@ jobs: export HF_TOKEN=${{ secrets.HF_TOKEN }} echo $DOCKER_IMAGE docker pull $DOCKER_IMAGE - pytest -s -vvx integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST} + pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}