File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ SHELL:=/bin/bash
55OPTIONS =
66
77PYTHON: =env/bin/python
8- USR_INPUT_DIR =$(shell $(PYTHON ) -m delphi_utils get input_dir)
9- USR_CACHE_DIR =$(shell $(PYTHON ) -m delphi_utils get cache_dir)
10- USR_EXPORT_DIR =$(shell $(PYTHON ) -m delphi_utils get export_dir)
8+ USR_INPUT_DIR: =$(shell $(PYTHON ) -m delphi_utils get input_dir)
9+ USR_CACHE_DIR: =$(shell $(PYTHON ) -m delphi_utils get cache_dir)
10+ USR_EXPORT_DIR: =$(shell $(PYTHON ) -m delphi_utils get export_dir)
1111
1212# Gurobi license
1313GRB_LICENSE_FILE =./gurobi.lic
@@ -53,7 +53,7 @@ install-python:
5353 python3 -m venv env
5454 source env/bin/activate && \
5555 pip install wheel && \
56- pip install delphi_utils
56+ pip install --timeout 1000 delphi_utils
5757
5858lib :
5959 R -e ' roxygen2::roxygenise("delphiBackfillCorrection")'
You can’t perform that action at this time.
0 commit comments