Skip to content

Commit e403fdc

Browse files
authored
chore(vscode): remove cache from e2e test (#4897)
1 parent a59ecfe commit e403fdc

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,6 @@ jobs:
4242
uses: actions/setup-python@v5
4343
with:
4444
python-version: '3.12'
45-
- name: Cache pip dependencies
46-
uses: actions/cache@v4
47-
with:
48-
path: ~/.cache/pip
49-
key:
50-
${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt',
51-
'**/pyproject.toml', '**/setup.py') }}
52-
restore-keys: |
53-
${{ runner.os }}-pip-
54-
- name: Cache virtual environment
55-
uses: actions/cache@v4
56-
with:
57-
path: .venv
58-
key:
59-
${{ runner.os }}-venv-${{ hashFiles('**/requirements*.txt',
60-
'**/pyproject.toml', '**/setup.py') }}
61-
restore-keys: |
62-
${{ runner.os }}-venv-
6345
- name: Install python dependencies
6446
run: |
6547
python -m venv .venv

0 commit comments

Comments
 (0)