Skip to content

Commit 77d4023

Browse files
baogorekclaude
andcommitted
Fix modal run to specify ::main entrypoint explicitly
Multiple local entrypoints require disambiguating which to run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9a7a81b commit 77d4023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/local_area_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
SKIP_UPLOAD="${{ github.event.inputs.skip_upload || 'false' }}"
5656
BRANCH="${{ github.head_ref || github.ref_name }}"
5757
58-
CMD="modal run modal_app/local_area.py --branch=${BRANCH} --num-workers=${NUM_WORKERS}"
58+
CMD="modal run modal_app/local_area.py::main --branch=${BRANCH} --num-workers=${NUM_WORKERS}"
5959
6060
if [ "$SKIP_UPLOAD" = "true" ]; then
6161
CMD="${CMD} --skip-upload"

0 commit comments

Comments
 (0)