Skip to content

Commit

Permalink
Add Rest PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Sep 27, 2021
1 parent a286ca2 commit f58b470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run Python test
run: |
export PYTHONPATH=$(pwd)
export PYTHONPATH=$(pwd):$(pwd)/pkg/apis/manager/v1beta1/python:$(pwd)/pkg/apis/manager/health/python
echo $PYTHONPATH
pytest ./test/unit/v1beta1/suggestion
pytest ./test/unit/v1beta1/earlystopping

0 comments on commit f58b470

Please sign in to comment.