diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 86a3940d..ed285171 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: pip - cache-dependency-path: setup.py + cache-dependency-path: pyproject.toml - name: Start external services run: docker compose up -d - name: Install the project and its dependencies