Maybe remove pip cache

pull/4347/head^2
Ben Meadors 2024-07-29 06:41:26 -05:00
rodzic 2ffc93324d
commit 4aa6f60e95
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -22,12 +22,12 @@ runs:
with:
python-version: 3.x
- name: Cache python libs
uses: actions/cache@v4
id: cache-pip # needed in if test
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip
# - name: Cache python libs
# uses: actions/cache@v4
# id: cache-pip # needed in if test
# with:
# path: ~/.cache/pip
# key: ${{ runner.os }}-pip
- name: Upgrade python tools
shell: bash