mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
GitHub Actions: Install python bindings for Gurobi
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -8,7 +8,8 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
rm -rf ~/.conda/envs/miplearn-test
|
rm -rf ~/.conda/envs/miplearn-test
|
||||||
yes | conda create --name miplearn-test python=3.6
|
yes | conda create --name miplearn-test python=3.8
|
||||||
|
(cd /opt/gurobi900/linux64 && sudo ~/.conda/envs/miplearn-test/bin/python setup.py install)
|
||||||
~/.conda/envs/miplearn-test/bin/pip install -r requirements.txt
|
~/.conda/envs/miplearn-test/bin/pip install -r requirements.txt
|
||||||
~/.conda/envs/miplearn-test/bin/pytest
|
~/.conda/envs/miplearn-test/bin/pytest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user