diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml index 2816c926..3fe631c5 100644 --- a/.github/workflows/nightly-test.yml +++ b/.github/workflows/nightly-test.yml @@ -82,7 +82,7 @@ jobs: services: redis: - image: redis/redis-stack-server:latest + image: redis:8 ports: - 6379:6379 diff --git a/.gitignore b/.gitignore index 1a8186b5..8e13daec 100644 --- a/.gitignore +++ b/.gitignore @@ -228,3 +228,4 @@ python-recipes/vector-search/datasets litellm_proxy.log litellm_redis.yml +.vscode/