Skip to content

Commit

Permalink
minor fix to include cli in the ml-testing-toolkit chart (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
elnyry-sam-k authored Oct 7, 2020
1 parent 8ab656e commit 8a78d4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ml-testing-toolkit/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ dependencies:
- name: ml-testing-toolkit-backend
version: 11.0.0
repository: "file://./chart-backend"
condition: ml-testing-toolkit-backend.enabled
condition: ml-testing-toolkit-backend.enabled
- name: ml-testing-toolkit-cli
version: 11.0.0
repository: "file://./chart-cli"
condition: ml-testing-toolkit-cli.enabled

0 comments on commit 8a78d4b

Please sign in to comment.