remove wrong cache syntax

This commit is contained in:
Matthias Mair 2025-12-23 10:44:24 +01:00
parent 45712a3cd7
commit 3516a49130
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 0 additions and 1 deletions

View File

@ -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