Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis authored Mar 1, 2024
1 parent 9167454 commit ead1678
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
file: 'snopt7.lic'
token: ${{ inputs.token }}

- run: cp snopt7.lic $RUNNER_TEMP/snopt
- run: cp 7.lic $RUNNER_TEMP/snopt
shell: bash

- run: |
Expand Down Expand Up @@ -337,11 +337,6 @@ runs:
echo "SKIP_WORHP_TESTS=ON" >> $GITHUB_ENV
shell: bash
# Temporarily disable snopt tests
- run: |
echo "SKIP_SNOPT_TESTS=ON" >> $GITHUB_ENV
shell: bash
- uses: dsaltares/[email protected]
with:
repo: casadi/commercial_solvers
Expand Down

0 comments on commit ead1678

Please sign in to comment.