google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

Ensure that PY_VERSION environment variable is being used in all presubmits

Open parthea opened this issue 9 months ago • 0 comments

The PY_VERSION environment variable is only used when running the unit Github action. All presubmits should use PY_VERSION to explicitly specify the version of python used during testing.

https://github.com/googleapis/google-cloud-python/blob/f84bb25108f55262ea56eb258706c6d9e3e6722a/ci/run_single_test.sh#L34-L37

https://github.com/googleapis/google-cloud-python/blob/f84bb25108f55262ea56eb258706c6d9e3e6722a/ci/run_single_test.sh#L67-L96

parthea avatar Apr 14 '25 18:04 parthea