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 e5c0587 commit 363f41cCopy full SHA for 363f41c
.github/triage/jax_toolbox_triage/main.py
@@ -175,6 +175,8 @@ def build_and_test(
175
jaxlib, and run the test command. Throws on error when checking out or
176
building, and returns the status of the test command.
177
"""
178
+ worker.check_exec(["git", "stash"], workdir=xla_dir)
179
+ worker.check_exec(["git", "stash"], workdir=jax_dir)
180
worker.check_exec(["git", "checkout", xla_commit], workdir=xla_dir)
181
worker.check_exec(["git", "checkout", jax_commit], workdir=jax_dir)
182
logger.info(f"Checking out XLA {xla_commit} JAX {jax_commit}")
0 commit comments