Skip to content

Commit

Permalink
Update windows install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbolusani committed Jan 26, 2024
1 parent 8cc90bd commit b19b4b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# run: |
# sudo apt-get update
# sudo apt-get install git cmake gcc g++
# git clone -b fix-285-strncpy-issue https://github.com/scipopt/soplex.git
# git clone -b bugfix-70 https://github.com/scipopt/soplex.git
# cd soplex
# mkdir build
# cd build
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install dependencies (soplex)
shell: powershell
run: |
git clone -b fix-285-strncpy-issue https://github.com/scipopt/soplex.git
git clone -b bugfix-70 https://github.com/scipopt/soplex.git
cd soplex
mkdir build
cd build
Expand All @@ -97,6 +97,7 @@ jobs:
- name: Install PySoPlex
shell: powershell
run: |
$Env:PATH = "${{ runner.workspace }}\PySoPlex\soplex\build\install\bin;%PATH%"
$Env:SOPLEX_DIR = "${{ runner.workspace }}\PySoPlex\soplex\build\install"
python -m pip install .
Expand Down

0 comments on commit b19b4b5

Please sign in to comment.