Skip to content

Commit 380928d

Browse files
Update automerge.yml
Add back all to be used workflows.
1 parent 9724e9d commit 380928d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/automerge.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ jobs:
3333
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3434
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3535
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36-
# - name: Test distributed random search Ames by running
37-
# 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
36+
- name: Test distributed random search Ames by running
37+
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
4040
# - name: Test text classifier - random search - ham-spam
4141
# run: python3 text-class-ham-or-spam.py
4242
# timeout-minutes: 90
43-
# - name: Test image classifier - small subset of CIFAR10 # add back
44-
# timeout-minutes: 90
45-
# run: python3 cifar10-example.py
43+
- name: Test image classifier - small subset of CIFAR10 # add back
44+
timeout-minutes: 90
45+
run: python3 cifar10-example.py
4646
- name: Phishing email detection with GPT2 embedding
4747
timeout-minutes: 420
4848
run: python3 phishing_email_detection_gpt2.py

0 commit comments

Comments
 (0)