Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta@microsoft committed Jan 15, 2025
1 parent cdcc51e commit 17587a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17587a1

Please sign in to comment.