Skip to content

Commit 66e6827

Browse files
committed
Add Rest PATH
1 parent a8ea1c0 commit 66e6827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Run Python test
3737
run: |
38-
export PYTHONPATH=$(pwd)
38+
export PYTHONPATH=$(pwd):$(pwd)/pkg/apis/manager/v1beta1/python:$(pwd)/pkg/apis/manager/health/python
3939
echo $PYTHONPATH
4040
pytest ./test/unit/v1beta1/suggestion
4141
pytest ./test/unit/v1beta1/earlystopping

0 commit comments

Comments
 (0)