Skip to content

Commit 434c0c2

Browse files
committed
remove cached venv
1 parent 350e8b2 commit 434c0c2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,6 @@ jobs:
170170
virtualenvs-create: true
171171
virtualenvs-in-project: true
172172
installer-parallel: true
173-
- name: Load cached venv
174-
uses: actions/cache@v3
175-
with:
176-
path: .venv
177-
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
178173
- name: Install dependencies
179174
run: |
180175
make full;

0 commit comments

Comments
 (0)