We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a52d64 commit 7938207Copy full SHA for 7938207
test/test_mtc.py
@@ -81,6 +81,8 @@ def regress():
81
"-o",
82
test_path("output"),
83
]
84
+ if os.environ.get("GITHUB_ACTIONS") != "true":
85
+ run_args.append("--persist-sharrow-cache")
86
else:
87
run_args = [
88
"-c",
0 commit comments