fix: Comment out pip cache steps in CI workflow
This commit is contained in:
@@ -19,19 +19,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
|
|
||||||
- name: Get pip cache dir
|
# - name: Get pip cache dir
|
||||||
id: pip-cache
|
# id: pip-cache
|
||||||
run: |
|
# run: |
|
||||||
echo "path=$(pip cache dir)" >> $GITEA_OUTPUT
|
# echo "path=$(pip cache dir)" >> $GITEA_OUTPUT
|
||||||
echo "Pip cache dir: $(pip cache dir)"
|
# echo "Pip cache dir: $(pip cache dir)"
|
||||||
|
|
||||||
- name: Cache pip dependencies
|
# - name: Cache pip dependencies
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: ${{ steps.pip-cache.outputs.path }}
|
# path: ${{ steps.pip-cache.outputs.path }}
|
||||||
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt', 'pyproject.toml') }}
|
# key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt', 'pyproject.toml') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-pip-
|
# ${{ runner.os }}-pip-
|
||||||
|
|
||||||
- name: Configure apt proxy
|
- name: Configure apt proxy
|
||||||
run: |
|
run: |
|
||||||
@@ -89,19 +89,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.12"
|
python-version: "3.12"
|
||||||
|
|
||||||
- name: Get pip cache dir
|
# - name: Get pip cache dir
|
||||||
id: pip-cache
|
# id: pip-cache
|
||||||
run: |
|
# run: |
|
||||||
echo "path=$(pip cache dir)" >> $GITEA_OUTPUT
|
# echo "path=$(pip cache dir)" >> $GITEA_OUTPUT
|
||||||
echo "Pip cache dir: $(pip cache dir)"
|
# echo "Pip cache dir: $(pip cache dir)"
|
||||||
|
|
||||||
- name: Cache pip dependencies
|
# - name: Cache pip dependencies
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: ${{ steps.pip-cache.outputs.path }}
|
# path: ${{ steps.pip-cache.outputs.path }}
|
||||||
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt', 'pyproject.toml') }}
|
# key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'requirements-test.txt', 'pyproject.toml') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-pip-
|
# ${{ runner.os }}-pip-
|
||||||
|
|
||||||
- name: Configure apt proxy
|
- name: Configure apt proxy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user