remove wrong cache syntax
This commit is contained in:
parent
45712a3cd7
commit
3516a49130
|
|
@ -57,7 +57,6 @@ runs:
|
|||
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # pin@v5.0.0
|
||||
with:
|
||||
python-version: ${{ env.python_version }}
|
||||
cache: false
|
||||
- name: Install Base Python Dependencies
|
||||
if: ${{ inputs.python == 'true' }}
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue