Skip to content

Commit

Permalink
Install the latest CMake from PyPI in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 20, 2022
1 parent 4368195 commit 87dbd5a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set up CMake
uses: jwlawson/[email protected]
with:
cmake-version: 3.14

- name: Install wheel
- name: Install cmake, wheel
run: |
python -m pip install --upgrade pip
pip install --upgrade build wheel
pip install --upgrade build wheel cmake setuptools
- name: Build and install
run: pip install . -v
Expand Down

0 comments on commit 87dbd5a

Please sign in to comment.