Skip to content

Commit

Permalink
removed cmake install in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhycheng614 committed Dec 11, 2024
1 parent c0d5fd4 commit 87edf1e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build pytest
shell: bash

- name: Install CMake (if needed)
if: runner.os == 'macOS' || runner.os == 'Windows'
run: |
if [[ "$RUNNER_OS" == "Windows" ]]; then
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' || exit 1
elif [[ "$RUNNER_OS" == "macOS" ]]; then
brew install cmake
fi
python -m pip install build pytest wheel setuptools scikit-build-core
shell: bash

- name: Build DLL (Windows)
Expand Down

0 comments on commit 87edf1e

Please sign in to comment.