Skip to content

Commit acce144

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

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
@@ -74,12 +74,6 @@ jobs:
7474
with:
7575
python-version: ${{ matrix.python-version }}
7676

77-
- name: Cache poetry virtualenv
78-
uses: actions/cache@v4
79-
with:
80-
path: ./.venv
81-
key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_tasks
82-
8377
- name: Install dependencies (including fractal-tasks extra)
8478
run: poetry install --with dev --without docs --no-interaction -E fractal-tasks
8579

0 commit comments

Comments
 (0)