Skip to content

Commit

Permalink
#3049 Remove cmake from macOS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Sep 2, 2023
1 parent 2561a6e commit 921010e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
brew analytics off
brew update
brew install graphviz openblas cmake
brew install graphviz openblas
- name: Install Windows system dependencies
if: matrix.os == 'windows-latest'
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
run: |
brew analytics off
brew update
brew install graphviz openblas cmake
brew install graphviz openblas
- name: Install Windows system dependencies
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 921010e

Please sign in to comment.