Skip to content

Commit 7ddae70

Browse files
committed
fix: resolve backend module path
1 parent 48181b6 commit 7ddae70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Build dockerfile and update dataset
2424
run: |
25-
python backend/launch_service/app_setup.py
25+
python python -m backend.launch_service.app_setup
2626
2727
- name: Run Python tests
2828
run: |

0 commit comments

Comments
 (0)