removing caching to see if new libs replicate test failures

This commit is contained in:
DavidVadnais 2025-03-18 22:22:29 +00:00
parent 57fe30ca00
commit 753b053074

View File

@ -21,7 +21,8 @@ jobs:
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-testing.txt')}}-${{ hashFiles('tox.ini') }}-${{ matrix.python-version }}-${{ matrix.django-version }}
key: no-cache-${{ github.run_id }}
#key: ${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-testing.txt')}}-${{ hashFiles('tox.ini') }}-${{ matrix.python-version }}-${{ matrix.django-version }}
- name: Install dependencies
run: |