Skip to content

Commit 9703da7

Browse files
committed
CI: use GH action to install Redis
1 parent 6a30c34 commit 9703da7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
uses: actions/setup-python@v2
2323
with:
2424
python-version: ${{ matrix.python-version }}
25+
- uses: shogo82148/actions-setup-redis@v1
26+
with:
27+
redis-version: "7.x"
2528
- name: Install dependencies
2629
run: |
2730
sudo apt install redis

0 commit comments

Comments
 (0)