Skip to content

Commit a3de36a

Browse files
committed
chore: updates run_doctest script of fix variable name
1 parent e50c85b commit a3de36a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/bigframes/scripts/run_doctest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ if [[ "${package_modified}" -gt 0 || "$KOKORO_BUILD_ARTIFACTS_SUBDIR" == *"conti
3535
echo "------------------------------------------------------------"
3636

3737
export GOOGLE_CLOUD_PROJECT="bigframes-testing"
38-
export NOX_SESSION=("cleanup" "doctest")
38+
NOX_SESSION=("cleanup" "doctest")
3939

4040
cd "${package_path}"
41-
python3 -m nox -s "${nox_sessions[@]}"
41+
python3 -m nox -s "${NOX_SESSION[@]}"
4242
else
4343
echo "No changes in ${package_name} and not a continuous build, skipping."
4444
fi

0 commit comments

Comments
 (0)