Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
watakandai committed Jul 25, 2024
1 parent 7f07383 commit db0ed49
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 @@ -64,12 +64,12 @@ runs:
shell: bash
run: |
brew install suite-sparse
poetry run pip install cvxopt==1.3.2
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
shell: bash
run: |
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 db0ed49

Please sign in to comment.