Skip to content

Commit 6e2cac4

Browse files
committed
temporary disabling cache
1 parent 27798b8 commit 6e2cac4

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/actions/setup/action.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ runs:
2525
with:
2626
python-version: ${{ inputs.python_version }}
2727

28-
- name: Restore python site-packages from cache
29-
id: restore-python-cache
30-
uses: actions/cache/restore@v4
31-
with:
32-
path: |
33-
~/.local/lib/python${{ inputs.python_version }}/site-packages
34-
key: pygl-${{ inputs.python_version }}-${{ inputs.version }}
28+
# - name: Restore python site-packages from cache
29+
# id: restore-python-cache
30+
# uses: actions/cache/restore@v4
31+
# with:
32+
# path: |
33+
# ~/.local/lib/python${{ inputs.python_version }}/site-packages
34+
# key: pygl-${{ inputs.python_version }}-${{ inputs.version }}
3535

3636
- name: Install GardenLinux Python library
3737
shell: bash
@@ -45,10 +45,10 @@ runs:
4545
ls -l ~/.local/bin
4646
echo $PATH
4747
48-
- name: Cache python site-packages
49-
id: save-python-cache
50-
uses: actions/cache/save@v4
51-
with:
52-
path: |
53-
~/.local/lib/python${{ inputs.python_version }}/site-packages
54-
key: pygl-${{ inputs.python_version }}-${{ inputs.version }}
48+
# - name: Cache python site-packages
49+
# id: save-python-cache
50+
# uses: actions/cache/save@v4
51+
# with:
52+
# path: |
53+
# ~/.local/lib/python${{ inputs.python_version }}/site-packages
54+
# key: pygl-${{ inputs.python_version }}-${{ inputs.version }}

0 commit comments

Comments
 (0)