Skip to content

Commit 52bf192

Browse files
shaypal5Copilot
andauthored
Update scripts/test-local.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2cbf8c6 commit 52bf192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ check_dependencies() {
280280
if echo "$SELECTED_CORES" | grep -qw "redis"; then
281281
if ! python -c "import redis" 2>/dev/null; then
282282
print_message $YELLOW "Installing Redis test requirements..."
283-
pip install -r tests/redis_requirements.txt || {
283+
pip install -r tests/requirements_redis.txt || {
284284
print_message $RED "Failed to install Redis requirements"
285285
exit 1
286286
}

0 commit comments

Comments
 (0)