Skip to content

Commit

Permalink
use module name rather than path to fix template issue
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Dec 7, 2024
1 parent 74b2867 commit aae6bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aae6bc6

Please sign in to comment.