Skip to content

Commit

Permalink
fix pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Apr 29, 2024
1 parent 5b3ef9c commit 3aba828
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
id: pipcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-pip-${{ hashFiles('*/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-flake8
- name: Set up Python
Expand All @@ -46,7 +46,7 @@ jobs:
id: pipcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-pip-${{ hashFiles('*/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-checkmanifest
- name: Set up Python
Expand All @@ -70,7 +70,7 @@ jobs:
id: pipcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-pip-${{ hashFiles('*/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-isort
- name: Set up Python
Expand All @@ -95,7 +95,7 @@ jobs:
id: pipcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-pip-${{ hashFiles('*/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-black
- name: Set up Python
Expand All @@ -119,7 +119,7 @@ jobs:
id: pipcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-pip-${{ hashFiles('*/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-pep8
- name: Set up Python
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
id: pipcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-pip-${{ hashFiles('*/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-typing
- name: Set up Python
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
id: pipcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-pip-${{ hashFiles('*/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-test_ubuntu
- name: Setup Python
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
id: pipcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-pip-${{ hashFiles('*/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-test_windows
- name: Setup Python
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
id: pipcache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}
key: ${{ runner.os }}-pip-${{ hashFiles('*/setup.py') }}
restore-keys: |
${{ runner.os }}-pip-test_alpine
- name: Set up Python
Expand Down

0 comments on commit 3aba828

Please sign in to comment.