Skip to content

Commit c552ce3

Browse files
committed
build: fix pip caching
https://docs.travis-ci.com/user/caching/#pip-cache Signed-off-by: Norbert Biczo <[email protected]>
1 parent 62b9d1a commit c552ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
- python: 3.10
1010
- python: 3.11
1111

12-
cache: pip3
12+
cache: pip
1313

1414
before_install:
1515
- npm install npm@latest -g

0 commit comments

Comments
 (0)