We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4585d56 commit 5d4337bCopy full SHA for 5d4337b
.github/workflows/modal-deploy.yml
@@ -31,5 +31,6 @@ jobs:
31
32
- name: Deploy job
33
run: |
34
- modal deploy src/runners/modal_runner_archs.py
+ # TODO: Remove pythonpath here
35
+ PYTHONPATH=${{ github.workspace }}/src modal deploy src/runners/modal_runner_archs.py
36
0 commit comments