Skip to content

Commit d53df30

Browse files
authored
Update cache-dependency-path in tests workflow
1 parent 7130796 commit d53df30

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
cache: "pip"
27-
cache-dependency-path: |
28-
requirements.txt
29-
pyproject.toml
27+
cache-dependency-path: requirements.txt
3028

3129
- name: Install dependencies
3230
run: |

0 commit comments

Comments
 (0)