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