Remove extra logger call

This commit is contained in:
Abraham Gonzalez
2022-10-06 12:41:49 -05:00
committed by GitHub
parent fe3b4f2600
commit 70f096a34a

View File

@@ -91,7 +91,6 @@ if on_rtd:
version = rtd_version # name of a branch
elif on_gha:
# GitHub actions does a build of the docs to ensure they are free of warnings.
logger.info("Running under GitHub Actions Pipeline")
# Looking up a branch name or tag requires switching on the event type that triggered the workflow
# so just use the SHA of the commit instead.
version = os.environ.get("GITHUB_SHA")