Remove "debug pip cache".

This commit is contained in:
Jonathan Moody 2023-02-01 13:04:06 -05:00 committed by Lex Berezhny
parent 235c98372d
commit d284acd8b8

View file

@ -39,8 +39,6 @@ jobs:
run: echo "PIP_CACHE_DIR=$(pip cache dir)" >> $GITHUB_ENV
- if: startsWith(runner.os, 'windows')
run: echo "PIP_CACHE_DIR=$(pip cache dir)" >> $env:GITHUB_ENV
- name: debug pip cache
run: echo "PIP_CACHE_DIR=${{ env.PIP_CACHE_DIR }}"
- name: extract pip cache
uses: actions/cache@v3
with:
@ -158,8 +156,6 @@ jobs:
run: echo "PIP_CACHE_DIR=$(pip cache dir)" >> $GITHUB_ENV
- if: startsWith(runner.os, 'windows')
run: echo "PIP_CACHE_DIR=$(pip cache dir)" >> $env:GITHUB_ENV
- name: debug pip cache
run: echo "PIP_CACHE_DIR=${{ env.PIP_CACHE_DIR }}"
- name: extract pip cache
uses: actions/cache@v3
with: