Skip to content

Commit ea43549

Browse files
committed
fix workflow
1 parent c5f4e10 commit ea43549

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ jobs:
7272
virtualenvs-create: true
7373
virtualenvs-in-project: true
7474

75-
- name: Load cached venv
76-
id: cached-pip-wheels
77-
uses: actions/cache@v3
78-
with:
79-
path: ~/.cache
80-
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ steps.extract_branch.outputs.branch }}
8175

8276
- name: Install dependencies
8377
run: |
@@ -125,12 +119,6 @@ jobs:
125119
with:
126120
virtualenvs-create: true
127121
virtualenvs-in-project: true
128-
- name: Load cached venv
129-
id: cached-pip-wheels
130-
uses: actions/cache@v3
131-
with:
132-
path: ~/.cache
133-
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ steps.extract_branch.outputs.branch }}
134122

135123
- name: Install CGAL on Ubuntu
136124
run: |

0 commit comments

Comments
 (0)