GitHub Actions: Add Julia tests

This commit is contained in:
2020-08-18 11:03:52 -05:00
parent 537e7f5764
commit 683b3c5893
5 changed files with 21 additions and 12 deletions

7
src/julia/setup.jl Normal file
View File

@@ -0,0 +1,7 @@
ENV["PYTHON"] = ARGS[1]
using Pkg
Pkg.instantiate()
Pkg.build("CPLEX")
Pkg.build("Gurobi")
Pkg.build("PyCall")

View File

@@ -1,10 +1,13 @@
docopt
matplotlib
mkdocs
mkdocs-cinder
networkx
numpy
p_tqdm
pandas
pyomo
pytest
python-markdown-math
seaborn
sklearn

View File

@@ -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',