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
5
5
OPTIONS =
6
6
7
7
PYTHON: =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)
11
11
12
12
# Gurobi license
13
13
GRB_LICENSE_FILE =./gurobi.lic
@@ -53,7 +53,7 @@ install-python:
53
53
python3 -m venv env
54
54
source env/bin/activate && \
55
55
pip install wheel && \
56
- pip install delphi_utils
56
+ pip install --timeout 1000 delphi_utils
57
57
58
58
lib :
59
59
R -e ' roxygen2::roxygenise("delphiBackfillCorrection")'
You can’t perform that action at this time.
0 commit comments