Skip to content

Commit 21a1daf

Browse files
Update tests.yml
1 parent cd7165a commit 21a1daf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
with:
4141
python-version: ${{ matrix.python_version }}
4242
cache: pip
43-
cache-dependency-path: ['requirements-ci.txt', 'setup.py']
43+
cache-dependency-path: |
44+
requirements-ci.txt
45+
setup.py
4446
4547
- name: Install testing dependencies
4648
run: |

0 commit comments

Comments
 (0)