From 17587a1b61dac32e844536bff66b2cc372a93382 Mon Sep 17 00:00:00 2001 From: "narrieta@microsoft" Date: Tue, 14 Jan 2025 19:18:55 -0800 Subject: [PATCH] TEST --- .github/workflows/ci_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_pr.yml b/.github/workflows/ci_pr.yml index a33947a3c..a0edcb300 100644 --- a/.github/workflows/ci_pr.yml +++ b/.github/workflows/ci_pr.yml @@ -165,9 +165,9 @@ jobs: ./ci/pytest.sh else if [[ "${{ matrix.use_virtual_environment}}" == "true" ]]; then - export NOSEOPTS="${{ matrix.additional-nose-opts }}" + export NOSEOPTS="--verbose ${{ matrix.additional-nose-opts }}" else - export NOSEOPTS="--with-timer ${{ matrix.additional-nose-opts }}" + export NOSEOPTS="--verbose --with-timer ${{ matrix.additional-nose-opts }}" fi ./ci/nosetests.sh fi