File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 cache : ' pip'
2929
3030 - name : Install the requirements
31- run : pip install pdm && pdm install -g
31+ run : pip install pdm && pdm install -g --no-self
3232
3333 - name : Execute the integrationtests (http1.1)
34- run : python3 -m unittest discover tests/integrationtest
34+ run : PYTHONPATH=$PWD/src python3 -m unittest discover tests/integrationtest
3535 env :
3636 GRAFANA_HOST : ${{ secrets.GRAFANA_HOST }}
3737 GRAFANA_TOKEN : ${{ secrets.GRAFANA_TOKEN }}
4545 run : sleep 20
4646
4747 - name : Execute the integrationtests (http2)
48- run : python3 -m unittest discover tests/integrationtest
48+ run : PYTHONPATH=$PWD/src python3 -m unittest discover tests/integrationtest
4949 env :
5050 GRAFANA_HOST : ${{ secrets.GRAFANA_HOST }}
5151 GRAFANA_TOKEN : ${{ secrets.GRAFANA_TOKEN }}
You can’t perform that action at this time.
0 commit comments