We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a30c34 commit 9703da7Copy full SHA for 9703da7
1 file changed
.github/workflows/docs_publish.yml
@@ -22,6 +22,9 @@ jobs:
22
uses: actions/setup-python@v2
23
with:
24
python-version: ${{ matrix.python-version }}
25
+ - uses: shogo82148/actions-setup-redis@v1
26
+ with:
27
+ redis-version: "7.x"
28
- name: Install dependencies
29
run: |
30
sudo apt install redis
0 commit comments