File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
ci/templates/.github/workflows Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -388,6 +388,8 @@ jobs:
388388 with :
389389 python-version : ${{ matrix.python }}
390390 architecture : ${{ matrix.python_arch }}
391+ - name : install redis-server
392+ run : sudo apt-get install -y redis-server
391393 - name : install dependencies
392394 run : |
393395 python -mpip install --progress-bar=off -r ci/requirements.txt
Original file line number Diff line number Diff line change 5050 with :
5151 python-version : {{ '${{ matrix.python }}' }}
5252 architecture : {{ '${{ matrix.python_arch }}' }}
53+ - name : install redis-server
54+ run : sudo apt-get install -y redis-server
5355 - name : install dependencies
5456 run : |
5557 python -mpip install --progress-bar=off -r ci/requirements.txt
You can’t perform that action at this time.
0 commit comments