We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6664cfe commit 73c793bCopy full SHA for 73c793b
.github/actions/python-environment/action.yml
@@ -37,7 +37,6 @@ runs:
37
uses: actions/setup-python@v5
38
with:
39
python-version: ${{ inputs.python-version }}
40
- cache: ${{ inputs.use-cache == 'true' && 'poetry' || '' }}
41
42
- name: Ensure curl
43
shell: bash
0 commit comments