From b19b4b5c351d009538262bcc7fecb9504ee7fdf5 Mon Sep 17 00:00:00 2001 From: Suresh Bolusani Date: Fri, 26 Jan 2024 15:28:17 +0100 Subject: [PATCH] Update windows install instructions --- .github/workflows/integration-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index e3d68d8..63b3c27 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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 @@ -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 @@ -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 .