diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8060f22..8853573 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: - name: Start MySQL run: sudo systemctl start mysql.service - uses: actions/cache@v4 + id: cache with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/poetry.lock') }}