Skip to content

Commit 5d4337b

Browse files
authored
Update modal-deploy.yml
1 parent 4585d56 commit 5d4337b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/modal-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
3232
- name: Deploy job
3333
run: |
34-
modal deploy src/runners/modal_runner_archs.py
34+
# TODO: Remove pythonpath here
35+
PYTHONPATH=${{ github.workspace }}/src modal deploy src/runners/modal_runner_archs.py
3536

0 commit comments

Comments
 (0)