Skip to content

Commit

Permalink
use the python command only
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Jan 10, 2025
1 parent eaad9a8 commit e87aa69
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/actions/setup_python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,4 @@ runs:
- if: ${{ inputs.show-cache-info == 'true' }}
name: Get pip cache info
shell: bash
run: |
echo "Cache size: "
du -h -d2 ${{ env.PIP_CACHE_DIR }}
echo "Cache info: "
python3 -m pip cache info
continue-on-error: true
run: python3 -m pip cache info

0 comments on commit e87aa69

Please sign in to comment.