Skip to content

Commit 0850731

Browse files
author
Ubuntu
committed
Fix actions settings
1 parent 282accf commit 0850731

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-3.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: python-3.10
55

66
on:
77
push:
8-
branches: [ "main" , "indraneil-test" ]
8+
branches: [ "main" ]
99
pull_request:
1010
branches: [ "main" ]
1111

script/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ python script/parse.py
1212
gzip -c data/wild-code-bench.jsonl > data/wild-code-bench.jsonl.gz
1313

1414
# # used for WildCode evaluation
15-
pip install -U wild-code
16-
python script/eval.py --samples data/wild-code-bench.jsonl
15+
# pip install -U wild-code
16+
# python script/eval.py --samples data/wild-code-bench.jsonl
1717

1818
for file in data/processed/*wo_doc.py; do
1919

0 commit comments

Comments
 (0)