Skip to content

Commit dcd0427

Browse files
committed
switch to hydra 1.2.x
1 parent 113f82d commit dcd0427

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

runner/conf/default.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ lf_path: "${oc.env:LF_PATH}"
66
bench_path: "${oc.env:LF_BENCHMARKS_PATH}"
77
continue_on_error: False
88
test_mode: False
9+
10+
# keep the chdir behaviour of hydra<1.2.0
11+
hydra:
12+
job:
13+
chdir: True
14+
915
defaults:
1016
- benchmark: ???
1117
- target: ???

runner/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
hydra-core>=1.1.0,<1.2.0
1+
hydra-core>=1.2.0
22
cogapp
33
pandas

0 commit comments

Comments
 (0)