From aae6bc6b53fcb5c3a2835104aab356b1fc2ab8fd Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sat, 7 Dec 2024 09:22:12 -0500 Subject: [PATCH] use module name rather than path to fix template issue --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 878c4fd30f..c9532a14fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -171,7 +171,7 @@ jobs: echo "GPU_TYPE=${{ matrix.gpu_type }}" >> $GITHUB_ENV - name: Build the image on Modal run: | - modal run cicd/tests.py::image_build + modal run cicd.tests::image_build - name: Run tests job on Modal run: | modal run cicd.tests