commit | 90bd3b52f9c645f4f0c5bbc114e90b2fab4105dc | [log] [tgz] |
---|---|---|
author | gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com> | Thu Sep 30 15:44:26 2021 +0000 |
committer | GitHub <noreply@github.com> | Thu Sep 30 15:44:26 2021 +0000 |
tree | 106019161b51ef148a1a96e8bfdc19ed62468bdd | |
parent | bf89bf7ed9437c96e7c574100458027404e6bde1 [diff] |
chore: fail samples nox session if python version is missing (#1546)
diff --git a/samples/compute/noxfile.py b/samples/compute/noxfile.py index b008613..1fd8956 100644 --- a/samples/compute/noxfile.py +++ b/samples/compute/noxfile.py
@@ -98,6 +98,10 @@ "True", "true", ) + +# Error if a python version is missing +nox.options.error_on_missing_interpreters = True + # # Style Checks #