Skip to content

Commit 87dbd5a

Browse files
committed
Install the latest CMake from PyPI in CI
1 parent 4368195 commit 87dbd5a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,10 @@ jobs:
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030

31-
- name: Set up CMake
32-
uses: jwlawson/[email protected]
33-
with:
34-
cmake-version: 3.14
35-
36-
- name: Install wheel
31+
- name: Install cmake, wheel
3732
run: |
3833
python -m pip install --upgrade pip
39-
pip install --upgrade build wheel
34+
pip install --upgrade build wheel cmake setuptools
4035
4136
- name: Build and install
4237
run: pip install . -v

0 commit comments

Comments
 (0)