Skip to content

Commit

Permalink
poke
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronHsu committed Dec 10, 2024
1 parent f46973f commit 705c6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/modal/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
REBUILD_IMAGE = os.getenv("REBUILD_IMAGE") is not None

image = modal.Image.debian_slim().workdir(ROOT_PATH).run_commands(
["pip install -e '.[dev]'"], force_build=REBUILD_IMAGE
["ls -alt", "pip install -e '.[dev]'"], force_build=REBUILD_IMAGE
)

app = modal.App("liger_tests", image=image)
Expand Down

0 comments on commit 705c6eb

Please sign in to comment.