We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48181b6 commit 7ddae70Copy full SHA for 7ddae70
1 file changed
.github/workflows/build_docker.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Build dockerfile and update dataset
24
run: |
25
- python backend/launch_service/app_setup.py
+ python python -m backend.launch_service.app_setup
26
27
- name: Run Python tests
28
0 commit comments