Skip to content

Commit

Permalink
testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayamInSync committed Oct 26, 2024
1 parent 3bd2de2 commit 9863dde
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ jobs:
build-essential
pip install "pybind11[global]"
- name: Install system dependencies (macOS)
- name: Install build dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install \
pybind11 \
ninja \
cmake
brew install ninja pybind11 cmake
pip install --upgrade pip
pip install pytest meson meson-python numpy
# Verify ninja is installed and in PATH
which ninja
ninja --version
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 9863dde

Please sign in to comment.