Skip to content

Commit 46cc7d8

Browse files
authored
Update multiversion_test.yml
1 parent ab7e8b8 commit 46cc7d8

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/multiversion_test.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ jobs:
1313
permissions:
1414
contents: read
1515

16+
services:
17+
redis:
18+
image: redis:7
19+
options: >-
20+
--health-cmd "redis-cli ping"
21+
--health-interval 10s
22+
--health-timeout 5s
23+
--health-retries 5
24+
ports:
25+
- 6379:6379
26+
1627
steps:
1728
- name: 🏁 Checkout code
1829
uses: actions/checkout@v4
@@ -27,7 +38,7 @@ jobs:
2738
- name: 📦 Install omnipkg
2839
run: |
2940
python -m pip install --upgrade pip
30-
pip install -e . # Install omnipkg from source
41+
pip install -e . redis # Install omnipkg from source and redis client
3142
3243
- name: ⚙️ Configure omnipkg
3344
run: |

0 commit comments

Comments
 (0)