mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 09:58:51 -06:00
GitHub Actions: Add Julia tests
This commit is contained in:
7
src/julia/setup.jl
Normal file
7
src/julia/setup.jl
Normal file
@@ -0,0 +1,7 @@
|
||||
ENV["PYTHON"] = ARGS[1]
|
||||
|
||||
using Pkg
|
||||
Pkg.instantiate()
|
||||
Pkg.build("CPLEX")
|
||||
Pkg.build("Gurobi")
|
||||
Pkg.build("PyCall")
|
||||
@@ -1,10 +1,13 @@
|
||||
docopt
|
||||
matplotlib
|
||||
mkdocs
|
||||
mkdocs-cinder
|
||||
networkx
|
||||
numpy
|
||||
p_tqdm
|
||||
pandas
|
||||
pyomo
|
||||
pytest
|
||||
python-markdown-math
|
||||
seaborn
|
||||
sklearn
|
||||
|
||||
@@ -10,15 +10,11 @@ setup(
|
||||
install_requires=[
|
||||
'docopt',
|
||||
'matplotlib',
|
||||
'mkdocs',
|
||||
'mkdocs-cinder',
|
||||
'networkx',
|
||||
'numpy',
|
||||
'pandas',
|
||||
'p_tqdm',
|
||||
'pyomo',
|
||||
'pytest',
|
||||
'pytest-watch',
|
||||
'python-markdown-math',
|
||||
'seaborn',
|
||||
'sklearn',
|
||||
|
||||
Reference in New Issue
Block a user