Skip to content

Commit 7938207

Browse files
committed
use persist sharrow cache if not on github actions
1 parent 4a52d64 commit 7938207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_mtc.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ def regress():
8181
"-o",
8282
test_path("output"),
8383
]
84+
if os.environ.get("GITHUB_ACTIONS") != "true":
85+
run_args.append("--persist-sharrow-cache")
8486
else:
8587
run_args = [
8688
"-c",

0 commit comments

Comments
 (0)