mirror of
https://github.com/allenai/olmocr.git
synced 2025-08-24 16:52:52 +00:00
fix
This commit is contained in:
parent
d4d47369cb
commit
2f55a3ddb7
@ -701,7 +701,7 @@ async def main():
|
||||
os.makedirs(os.path.dirname(cred_path), exist_ok=True)
|
||||
with open(cred_path, "w") as f:
|
||||
f.write(os.environ.get("GOOGLE_APPLICATION_CREDENTIALS_FILE"))
|
||||
os.environ["GOOGLE_APPLICATION_CREDENTIALS_FILE"] = cred_path
|
||||
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = cred_path
|
||||
workspace_s3 = boto3.client('s3')
|
||||
pdf_s3 = boto3.client('s3')
|
||||
|
||||
|
@ -2,7 +2,7 @@ _MAJOR = "0"
|
||||
_MINOR = "1"
|
||||
# On main and in a nightly release the patch should be one ahead of the last
|
||||
# released build.
|
||||
_PATCH = "28"
|
||||
_PATCH = "29"
|
||||
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
|
||||
# https://semver.org/#is-v123-a-semantic-version for the semantics.
|
||||
_SUFFIX = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user