diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7afea32a..ee3159dfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,12 +24,12 @@ jobs: uses: abatilo/actions-poetry@v2.3.0 with: poetry-version: 1.4.0 - - name: Cache Poetry virtualenv - uses: actions/cache@v3 - id: cache - with: - path: ~/.virtualenvs - key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }} + #- name: Cache Poetry virtualenv + # uses: actions/cache@v3 + # id: cache + # with: + # path: ~/.virtualenvs + # key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }} - name: Set Poetry config run: |