diff --git a/.github/actions/setup-poetry-dependencies/action.yml b/.github/actions/setup-poetry-dependencies/action.yml index c9270e9..4083384 100644 --- a/.github/actions/setup-poetry-dependencies/action.yml +++ b/.github/actions/setup-poetry-dependencies/action.yml @@ -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'