Skip to content

Commit

Permalink
remove unnecessary brew install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Mar 12, 2024
1 parent e5bb8a0 commit b5c7659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_unit_and_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew reinstall gfortran
brew install ngspice boost suite-sparse
brew install ngspice
# boost suite-sparse also need to be included in brew install if attempting S4 install

- name: Install system dependencies in Windows
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit b5c7659

Please sign in to comment.