google-cloud-python
google-cloud-python copied to clipboard
Ensure that PY_VERSION environment variable is being used in all presubmits
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