Skip to content

Commit

Permalink
Update ci.yml without mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeprieto authored May 2, 2024
1 parent 751a2ef commit 2fd5d4f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
os: ubuntu-latest,
python-version: 3.9,
}
- {
name: "MacOS_Latest",
os: macos-latest,
python-version: 3.9,
}
- {
name: "Windows Latest",
os: windows-latest,
Expand All @@ -48,23 +43,6 @@ jobs:
export PATH=$PATH:/usr/share/KDSource/bin
kdtool -h
kdtool resample -h
- name: Install and test C API on MacOS
if: startsWith(matrix.config.name, 'MacOS')
run: |
brew update
brew install cmake libxml2
brew link --overwrite python@*
mkdir build
cd build
mkdir /Users/runner/work/KDSource/KDinstall
cmake .. -DCMAKE_INSTALL_PREFIX=/Users/runner/work/KDSource/KDinstall
make
make test
make install
cd ..
export PATH=$PATH:/Users/runner/work/KDSource/KDinstall/bin
kdtool -h
kdtool resample -h
- name: Install and test C API on Windows
if: startsWith(matrix.config.name, 'Windows')
run: |
Expand Down

0 comments on commit 2fd5d4f

Please sign in to comment.