File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -39,14 +39,13 @@ jobs:
3939 run : |
4040 export PATH="$HOME/.poetry/bin:$PATH"
4141 echo "::set-output name=poetry-venv-dir::$(poetry config virtualenvs.path)"
42- echo "::set-output name=version::$(poetry version -s)"
4342 echo "::set-output name=date::$(/bin/date -u "+%m%w%Y")"
4443
4544 - name : Setup Poetry cache
4645 uses : actions/cache@v2
4746 with :
4847 path : ${{ steps.cache-vars.outputs.poetry-venv-dir }}
49- key : ${{ runner.os }}-poetry-${{ steps.cache-vars.outputs.version }}-${{ env.pythonLocation }}-${{ hashFiles('poetry.lock') }}
48+ key : ${{ runner.os }}-poetry-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}
5049
5150 - name : Install and cache ffmpeg (all OS)
5251 uses : FedericoCarboni/setup-ffmpeg@v1
You can’t perform that action at this time.
0 commit comments