Skip to content

Commit

Permalink
[CI] Allocate less again, sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 22, 2024
1 parent 2190681 commit 8600ea9
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 @@ -40,7 +40,7 @@ jobs:
print("Hello, world!", flush=True)
for i in range(11):
for i in range(7):
print(str(datetime.now()))
size = i * 1024 ** 2 * 1024
print(f"I am about to allocate {size / 1024 ** 3} GiB of memory", flush=True)
Expand Down

0 comments on commit 8600ea9

Please sign in to comment.