get rid of caching of pip dependencies for gitea
This commit is contained in:
@@ -38,14 +38,14 @@ jobs:
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
# Cache pip dependencies for faster reruns
|
||||
- name: Cache pip dependencies
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pip-
|
||||
# Cache pip dependencies for faster reruns - THIS ISN'T WORKING FOR GITEA
|
||||
# - name: Cache pip dependencies
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: ~/.cache/pip
|
||||
# key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-pip-
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: ./backend
|
||||
|
||||
Reference in New Issue
Block a user