Skip to content

Commit

Permalink
pip install local file, set relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-jenkins committed Mar 14, 2024
1 parent 7bccdc1 commit 985dfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
shell: bash
run: |
pip install poetry
pip install kaas/kaas-cli/dist/*.whl
pip install ./kaas/kaas-cli/dist/*.whl
- name: "Install KaaS"
shell: bash
Expand Down

0 comments on commit 985dfd3

Please sign in to comment.