Skip to content

Commit

Permalink
don't use gurobi on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 8, 2024
1 parent 56c06f7 commit 950def4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 43 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,11 @@ jobs:
channel-priority: true

- name: install build deps
run: |
conda install -c conda-forge -c gurobi gurobi=11.0.3 scip=9.1.0 gcovr
find $CONDA_PREFIX -name "*gurobi*"
- name: create windows .lib
if: runner.os == 'Windows'
run: |
echo %CONDA_PREFIX%
cmd.exe /c "generate_lib.bat"
ls $CONDA_PREFIX
run: conda install -c conda-forge scip=9.1.0 gcovr

- name: install gurobi
if: runner.os != 'Windows'
run: conda install -c gurobi gurobi=11.0.3

- name: add gurobi license
id: write-license
Expand Down
33 changes: 0 additions & 33 deletions generate_lib.bat

This file was deleted.

0 comments on commit 950def4

Please sign in to comment.