We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f4e10 commit ea43549Copy full SHA for ea43549
1 file changed
.github/workflows/build-wheels.yml
@@ -72,12 +72,6 @@ jobs:
72
virtualenvs-create: true
73
virtualenvs-in-project: true
74
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 }}
81
82
- name: Install dependencies
83
run: |
@@ -125,12 +119,6 @@ jobs:
125
119
with:
126
120
127
121
128
129
130
131
132
133
134
122
135
123
- name: Install CGAL on Ubuntu
136
124
0 commit comments