find where pip packages are
This commit is contained in:
parent
58ccf235bd
commit
83e8f17390
1 changed files with 4 additions and 0 deletions
4
.github/workflows/kedro-action.yml
vendored
4
.github/workflows/kedro-action.yml
vendored
|
|
@ -19,5 +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
|
||||
# verbose: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue