Skip to content

Commit

Permalink
[CI] Smaller job, do not OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 21, 2024
1 parent 23d6c26 commit b3ffb0d
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 @@ -17,7 +17,7 @@ jobs:
import time
from datetime import datetime
for i in range(17):
for i in range(5):
print(str(datetime.now()))
size = i * 1024 ** 3
print(f"I am about to allocate {size / 1024 ** 3} GiB of memory")
Expand Down

0 comments on commit b3ffb0d

Please sign in to comment.