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 3727128 commit 3865eb9Copy full SHA for 3865eb9
.github/workflows/integration_test.yml
@@ -172,7 +172,7 @@ jobs:
172
APP_PORT: 9081
173
APP_VERSION: ${{ fromJson(steps.context_agent_appinfo.outputs.result).version }}
174
run: |
175
- poetry run python3 main.py > ../../logs 2>&1 &
+ PYTHONPATH="$(pwd)/../.." poetry run python3 main.py > ../../logs 2>&1 &
176
177
- name: Register backend
178
0 commit comments