remove os from cache

This commit is contained in:
Matthias 2022-05-27 22:38:38 +02:00
parent 7aa983cb0c
commit 38ac32825f
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

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