File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 echo $version
3030 echo "name=$name" >> "$GITHUB_OUTPUT"
3131 echo "version=$version" >> "$GITHUB_OUTPUT"
32- venv ="$(poetry env info --path)"
33- echo $venv
34- echo "venv=$venv " >> "$GITHUB_OUTPUT"
32+ dude ="$(poetry env info --path)"
33+ echo $dude
34+ echo "venv=$dude " >> "$GITHUB_OUTPUT"
3535 shell : bash
3636 working-directory : ${{ inputs.project-directory }}
3737 - name : Check for lock changes
4040 - name : Cache virtualenv
4141 uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4242 with :
43- path : ${{ steps.get_project_info.outputs.venv }}
43+ path : ${{ steps.get_project_info.outputs.dude }}
4444 key : ${{ steps.get_project_info.outputs.name }}-${{ runner.os }}-py${{ env.pythonVersion }}-${{ hashFiles(format('{0}/poetry.lock', inputs.project-directory)) }}
4545 - name : Install ${{ steps.get_project_info.outputs.name }}
4646 run : |
You can’t perform that action at this time.
0 commit comments