Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
watakandai committed Jul 25, 2024
1 parent 8736985 commit 7f07383
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup-poetry-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ runs:
run: |
poetry env use py
- name : Install suite-sparse for mac to install cvxopt
if: runner.os == 'macos-latest && steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
shell: bash
run: |
brew install suite-sparse
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
shell: bash
Expand Down

0 comments on commit 7f07383

Please sign in to comment.