Skip to content

Commit

Permalink
8
Browse files Browse the repository at this point in the history
  • Loading branch information
watakandai committed Jul 25, 2024
1 parent 394b566 commit 7a938eb
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'
if: runner.os == 'macOS'
run: |
brew install suite-sparse
poetry run pip install cvxopt==1.3.2
Expand Down

0 comments on commit 7a938eb

Please sign in to comment.