Skip to content

Commit

Permalink
Merge branch 'main' into 0224_code_audit
Browse files Browse the repository at this point in the history
  • Loading branch information
ksbeattie authored Feb 29, 2024
2 parents 94aad94 + 4dd3c2d commit 41cbb85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/setup-idaes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ inputs:
description: 'Command to use to install `install-target`'
required: false
default: pip --no-cache-dir install --progress-bar off
ampl-scip-version:
description: Version of AMPL Scip solver to install
required: false
default: '20240121'
runs:
using: "composite"
steps:
Expand Down Expand Up @@ -46,5 +50,5 @@ runs:
shell: bash -l {0}
run: |
echo '::group::Output of "pip install ampl_module_scip" command'
${{ inputs.install-command }} --index-url https://pypi.ampl.com ampl_module_scip
${{ inputs.install-command }} --index-url https://pypi.ampl.com ampl_module_scip==${{ inputs.ampl-scip-version }}
echo '::endgroup::'

0 comments on commit 41cbb85

Please sign in to comment.