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 b44be3d commit 67122bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
ninja-build \
cmake \
build-essential
pip install "pybind11[global]"
- name: Install system dependencies (macOS)
if: runner.os == 'macOS'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
ninja-build \
cmake \
build-essential
pip install "pybind11[global]"
- name: Install system dependencies (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit 67122bf

Please sign in to comment.