Skip to content

Commit 669d042

Browse files
Update automerge.yml
Fix typo in shell command to trigger generative run in automerge.yaml.
1 parent d0d9679 commit 669d042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
#
4848
- name: Generative Proof Of Concept
4949
timeout-minutes: 180
50-
run: generative-proof-of-concept-CPU-preprocessing-in-memory.py
50+
run: python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py
5151
- name: Phishing email detection with GPT2 embedding
5252
timeout-minutes: 420
5353
run: python3 phishing_email_detection_gpt2.py

0 commit comments

Comments
 (0)