We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7130e1a commit 92e2ff7Copy full SHA for 92e2ff7
.github/workflows/hiredis-py-integration.yaml
@@ -48,7 +48,6 @@ jobs:
48
python-version: [ '3.8', '3.13']
49
parser-backend: [ 'hiredis' ]
50
hiredis-version: [ 'unstable' ]
51
- hiredis-branch: ${{ inputs.hiredis-branch }}
52
event-loop: [ 'asyncio' ]
53
env:
54
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
@@ -63,4 +62,5 @@ jobs:
63
62
python-version: ${{ matrix.python-version }}
64
parser-backend: ${{ matrix.parser-backend }}
65
redis-version: ${{ matrix.redis-version }}
66
- hiredis-version: ${{ matrix.hiredis-version }}
+ hiredis-version: ${{ matrix.hiredis-version }}
+ hiredis-branch: ${{ inputs.hiredis-branch }}
0 commit comments