Skip to content

Commit 1de46fc

Browse files
Update automerge.yml
Uncommented out CICD test that was left commented out by error.
1 parent 97591d3 commit 1de46fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3636
- name: Test distributed random search Ames by running
3737
run: python3 regression-example-ames-no-preproc.py
38-
# - name: Test distributed random search Ames by running - Val set
39-
# run: python3 regression-example-ames-no-preproc-val-set.py
38+
- name: Test distributed random search Ames by running - Val set
39+
run: python3 regression-example-ames-no-preproc-val-set.py
4040
# - name: Test text classifier - random search - ham-spam
4141
# run: python3 text-class-ham-or-spam.py
4242
# timeout-minutes: 90

0 commit comments

Comments
 (0)