mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-02 11:24:51 +00:00
remove cache for now
This commit is contained in:
12
.github/actions/setup/action.yaml
vendored
12
.github/actions/setup/action.yaml
vendored
@@ -46,12 +46,12 @@ runs:
|
||||
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # pin@v5.0.0
|
||||
with:
|
||||
python-version: ${{ env.python_version }}
|
||||
cache: pip
|
||||
cache-dependency-path: |
|
||||
src/backend/requirements.txt
|
||||
src/backend/requirements-dev.txt
|
||||
contrib/container/requirements.txt
|
||||
contrib/dev_reqs/requirements.txt
|
||||
# cache: pip
|
||||
# cache-dependency-path: |
|
||||
# src/backend/requirements.txt
|
||||
# src/backend/requirements-dev.txt
|
||||
# contrib/container/requirements.txt
|
||||
# contrib/dev_reqs/requirements.txt
|
||||
- name: Setup Python 3.14
|
||||
if: ${{ inputs.python == 'true' && env.python_version == '3.14' }}
|
||||
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # pin@v5.0.0
|
||||
|
||||
Reference in New Issue
Block a user