Skip to content

Commit

Permalink
pin scip in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 25, 2024
1 parent dc17304 commit 56e7598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
channel-priority: true

- name: install build deps
run: mamba install scip gurobi gcovr
run: mamba install scip=9.1.0 gurobi gcovr

- name: add gurobi license
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ilpy links against SCIP, so you must have SCIP installed in your environment.
(You can install via conda)

```bash
conda install scip
conda install scip==9.1.0
```

Then clone the repo and install in editable mode.
Expand Down

0 comments on commit 56e7598

Please sign in to comment.