Skip to content

Commit 44cea63

Browse files
committed
Caches dependencies
1 parent ea73c83 commit 44cea63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-package.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
python-version: ${{ matrix.python-version }}
2424
cache: 'pip' # caching pip dependencies
2525
cache-dependency-path: |
26-
**/setup.cfg
2726
**/requirements*.txt
2827
- name: Install dependencies
2928
run: |

.github/workflows/python-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
uses: actions/setup-python@v3
1919
with:
2020
python-version: '3.11'
21+
cache: 'pip' # caching pip dependencies
22+
cache-dependency-path: |
23+
**/requirements.txt
2124
- name: Install dependencies
2225
run: |
2326
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)