forked from LBRYCommunity/lbry-sdk
Remove "debug pip cache".
This commit is contained in:
parent
235c98372d
commit
d284acd8b8
1 changed files with 0 additions and 4 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue