We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a0b49 commit 9980ecaCopy full SHA for 9980eca
1 file changed
.github/workflows/build.yml
@@ -31,6 +31,10 @@ jobs:
31
uses: actions/setup-python@v5
32
with:
33
python-version: ${{ matrix.python-version }}
34
+ - name: Start Redis
35
+ uses: supercharge/redis-github-action@1.8.1
36
+ with:
37
+ redis-version: 7
38
- name: Install uv
39
run: pip install -U pip uv
40
- name: Install dependencies
0 commit comments