2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

remove os from cache

This commit is contained in:
Matthias
2022-05-27 22:38:38 +02:00
parent 7aa983cb0c
commit 38ac32825f

View File

@ -39,7 +39,7 @@ runs:
uses: actions/setup-python@v2
with:
python-version: ${{ env.python_version }}
cache: ${{ runner.os }}-pip
cache: pip
- name: Install Base Python Dependencies
if: ${{ inputs.python }} == true
shell: bash