Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Nov 21, 2024
1 parent a25f0fa commit 02222f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_optimizers_windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ runs:
shell: pwsh
run: |
7z x -so D:\installers\idaes-solvers.tar.gz | 7z x -si -ttar -oD:\ipopt
echo "PATH=$env:PATH;D:\ipopt" >> $env:GITHUB_ENV
echo "PATH=D:\ipopt;$env:PATH" >> $env:GITHUB_ENV
ls D:\ipopt
- name: Test IPOPT
shell: pwsh
Expand Down
1 change: 1 addition & 0 deletions include/pyoptinterface/ipopt_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include "solvers/ipopt/IpStdCInterface.h"
#include "pyoptinterface/nleval.hpp"
#include <cmath>

#define APILIST \
B(CreateIpoptProblem); \
Expand Down

0 comments on commit 02222f3

Please sign in to comment.