Skip to content

Commit 28ad27b

Browse files
authored
Merge pull request redis#68 from valkey-io/issue-resp3
Fix RESP3 CI
2 parents 6a40995 + 2749862 commit 28ad27b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/integration.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ jobs:
105105
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
106106
test-type: ['standalone', 'cluster']
107107
connection-type: ['libvalkey', 'plain']
108-
exclude:
109-
- test-type: 'cluster'
110-
connection-type: 'libvalkey'
111108
env:
112109
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
113110
name: RESP3 [${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}}]

0 commit comments

Comments
 (0)