Skip to content

Commit 30ad27b

Browse files
committed
OOops.
1 parent e973c51 commit 30ad27b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

ci/templates/.github/workflows/github-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
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

0 commit comments

Comments
 (0)