mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-24 11:33:38 +02:00
removing caching to see if new libs replicate test failures
This commit is contained in:
parent
57fe30ca00
commit
753b053074
3
.github/workflows/pythonpackage.yml
vendored
3
.github/workflows/pythonpackage.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user