2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-02 11:24:51 +00:00

remove wrong cache syntax

This commit is contained in:
Matthias Mair
2025-12-23 10:44:24 +01:00
parent 45712a3cd7
commit 3516a49130

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