Skip to content

Commit 83aa731

Browse files
rafiefilipecosta90
authored andcommitted
CircleCI: fixed redis installation in coverage builds (#423)
1 parent 04b84d6 commit 83aa731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
command: |
128128
./opt/readies/bin/getpy3
129129
./opt/system-setup.py
130-
# ./opt/readies/bin/getredis -v 6 --force
130+
./opt/readies/bin/getredis -v 6 --valgrind --force
131131
./get_deps.sh cpu
132132
- run:
133133
name: Build for coverage

0 commit comments

Comments
 (0)