Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
watakandai committed Jul 25, 2024
1 parent db0ed49 commit 6f52e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-poetry-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ runs:
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'
if: runner.os == 'macos-latest' && steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
shell: bash
run: |
brew install suite-sparse
Expand Down

0 comments on commit 6f52e9b

Please sign in to comment.