Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanker13 committed Jan 9, 2024
1 parent cc916f1 commit 7cb9e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
pip install pytest python-dateutil urllib3 kubernetes
pip install ./sdk/python/kubeflow/storage_init_container/requirements.txt
pip install -r ./sdk/python/kubeflow/storage_init_container/requirements.txt
- name: Run unit test for training sdk
run: pytest ./sdk/python/kubeflow/training/api/training_client_test.py
1 change: 1 addition & 0 deletions sdk/python/Dockerfile.conformance
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ COPY sdk/python/conformance/run.sh .
RUN chmod +x run.sh

RUN pip install pytest
RUN pip install -r ./kubeflow/storage_init_container/requirements.txt
RUN python -m pip install -e .

ENTRYPOINT [ "./run.sh" ]

0 comments on commit 7cb9e40

Please sign in to comment.