Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
watakandai committed Jul 25, 2024
1 parent 9eb8141 commit 2e17273
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: |
rm -f poetry.lock
poetry run pip wheel --no-cache-dir --use-pep517 "cvxopt (==1.3.2)"
poetry install ${{ inputs.poetry-install-args }}
- name: Command to activate venv
Expand Down

0 comments on commit 2e17273

Please sign in to comment.