Skip to content

Commit

Permalink
added pulp installation + removed pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchtsp committed Feb 24, 2025
1 parent 7022353 commit fd7e2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
sudo apt-get install -qq glpk-utils
- name: install xpress
if: matrix.os != 'macOS-latest' && matrix.python-version != '3.12'
run: python -m pip install xpress
run: uv pip install xpress
- name: Install other solvers, gurobi, highspy, coptpy, saspy, swat, SCIP_PY
run: |
uv pip install gurobipy highspy "numpy<2" coptpy saspy swat pyscipopt
uv pip install gurobipy highspy "numpy<2" coptpy saspy swat pyscipopt .
- name: Install highspy cmd
if: matrix.os == 'ubuntu-latest'
uses: supplypike/setup-bin@v4
Expand Down

0 comments on commit fd7e2fe

Please sign in to comment.