From 592a7703ed16537312c0ee5e86ba19b316921f67 Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Thu, 21 Nov 2024 16:17:11 -0800 Subject: [PATCH] remove storage --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 487f7c33..215524fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,8 +37,6 @@ jobs: - 6333:6333 - 6334:6334 options: --health-cmd "bash -c ':> /dev/tcp/127.0.0.1/6333' || exit 1" --health-interval 10s --health-timeout 5s --health-retries 5 - volumes: - - ./qdrant_storage:/qdrant/storage:z steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}