File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments