We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50c85b commit a3de36aCopy full SHA for a3de36a
1 file changed
packages/bigframes/scripts/run_doctest.sh
@@ -35,10 +35,10 @@ if [[ "${package_modified}" -gt 0 || "$KOKORO_BUILD_ARTIFACTS_SUBDIR" == *"conti
35
echo "------------------------------------------------------------"
36
37
export GOOGLE_CLOUD_PROJECT="bigframes-testing"
38
- export NOX_SESSION=("cleanup" "doctest")
+ NOX_SESSION=("cleanup" "doctest")
39
40
cd "${package_path}"
41
- python3 -m nox -s "${nox_sessions[@]}"
+ python3 -m nox -s "${NOX_SESSION[@]}"
42
else
43
echo "No changes in ${package_name} and not a continuous build, skipping."
44
fi
0 commit comments