Skip to content

Commit

Permalink
10
Browse files Browse the repository at this point in the history
  • Loading branch information
watakandai committed Jul 26, 2024
1 parent 72d24ca commit fedffea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-poetry-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ runs:
shell: bash
run: |
brew install suite-sparse
poetry run pip install cvxopt==1.3.2
# poetry run python3 -m pip install cvxopt==1.3.2
poetry run pip install cvxopt --no-binary cvxopt
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
Expand Down

0 comments on commit fedffea

Please sign in to comment.