Skip to content

Commit c552ce3

Browse files
committedNov 21, 2023
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
 

Diff for: ‎.travis.yml

+1-1
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)
Please sign in to comment.