From cdcc51eb7c9b6a38494dd7476e7710a2aaf8d365 Mon Sep 17 00:00:00 2001 From: "narrieta@microsoft" Date: Tue, 14 Jan 2025 19:13:08 -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 2315f4c8f..a33947a3c 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 - NOSEOPTS="${{ matrix.additional-nose-opts }}" + export NOSEOPTS="${{ matrix.additional-nose-opts }}" else - NOSEOPTS="--with-timer ${{ matrix.additional-nose-opts }}" + export NOSEOPTS="--with-timer ${{ matrix.additional-nose-opts }}" fi ./ci/nosetests.sh fi