find pip packages
This commit is contained in:
parent
83e8f17390
commit
0fff098609
1 changed files with 2 additions and 2 deletions
4
.github/workflows/kedro-action.yml
vendored
4
.github/workflows/kedro-action.yml
vendored
|
|
@ -19,9 +19,9 @@ jobs:
|
|||
uses: WaylonWalker/kedro-action@develop
|
||||
with:
|
||||
GITHUB_PAT: ${{ secrets.REPO_ONLY_PAT }}
|
||||
- name: ls pip
|
||||
run: ls ~/.pip
|
||||
- name: show kedro
|
||||
run: pip show kedro
|
||||
- name: show pip
|
||||
run: pip list -v
|
||||
# verbose: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue