Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
libbz2-dev \
ninja-build \
software-properties-common
else
brew install cmake
fi
- uses: actions/checkout@v4
with:
Expand All @@ -55,9 +53,6 @@ jobs:
python-version: '3.10'
- name: Ensure latest pip, wheel & setuptools
run: python -m pip install -q --upgrade pip wheel setuptools
- name: Install dependencies
run: |
brew install cmake
- uses: actions/checkout@v4
with:
submodules: true
Expand Down Expand Up @@ -86,9 +81,6 @@ jobs:
python-version: 3.13
- name: Ensure latest pip, wheel & setuptools
run: python -m pip install -q --upgrade pip wheel setuptools
- name: Install dependencies
run: |
brew install cmake
- uses: actions/checkout@v4
with:
submodules: true
Expand Down
Loading