Skip to content

Commit 4790c48

Browse files
committed
Drop caching of poetry env
1 parent daf71bd commit 4790c48

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636

37-
- name: Cache poetry virtualenv
38-
uses: actions/cache@v4
39-
with:
40-
path: ./.venv
41-
key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_core
42-
4337
- name: Install dependencies (without extras)
4438
run: poetry install --with dev --without docs --no-interaction
4539

0 commit comments

Comments
 (0)