Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
watakandai committed Jul 25, 2024
1 parent 2e17273 commit 8736985
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 @@ -63,7 +63,7 @@ runs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
shell: bash
run: |
poetry run pip wheel --no-cache-dir --use-pep517 "cvxopt (==1.3.2)"
poetry run pip install cvxopt==1.3.2
poetry install ${{ inputs.poetry-install-args }}
- name: Command to activate venv
Expand Down

0 comments on commit 8736985

Please sign in to comment.