Skip to content

Commit

Permalink
[CI] More memory again
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 31, 2024
1 parent 7aac729 commit afd93a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
print("Hello, world!", flush=True)
for i in range(8):
for i in range(10):
print(str(datetime.now()))
size = i * 1024 ** 3
print(f"I am about to allocate {size / 1024 ** 3} GiB of memory", flush=True)
Expand Down

0 comments on commit afd93a1

Please sign in to comment.