Skip to content

Commit

Permalink
chore: echo site-packages local path to console
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 17, 2023
1 parent 400a871 commit aad85da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/tests/python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ runs:
with:
python-version: ${{ inputs.python-version }}

- name: print site-packages path
shell: bash
run: |
echo $(python -c "import site; print(site.getsitepackages())")
- name: Install dependencies
shell: bash
run: |
Expand Down

0 comments on commit aad85da

Please sign in to comment.