File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
+ - uses : actions/checkout@master
21
+ with :
22
+ fetch-depth : 0
23
+ repository : scicode-bench/submissions
20
24
- name : Configure Git Credentials
21
25
run : |
22
26
git config user.name github-actions[bot]
34
38
- name : Install uv
35
39
run : |
36
40
curl -LsSf https://astral.sh/uv/install.sh | sh
37
- - run : uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
41
+ - name : Installing requirements
42
+ run : uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
43
+ - name : Building leaderboard
44
+ run : python leaderboard/create_leaderboard.py --input ../submissions --output docs/leaderboard_table.md
38
45
- name : Build Documentation
39
46
if : github.ref != 'refs/heads/main'
40
47
run : mkdocs build
Original file line number Diff line number Diff line change 2
2
3
3
<center >
4
4
5
- | Date | Authors | Model | Score | Notes |
6
- | -------- | ------- | --- | --- | --- |
7
- | January | 0.8 |
8
- | February | 0.7 |
9
- | March | 0.6 |
5
+ {% include-markdown "leaderboard_table.md" %}
10
6
11
7
</center >
12
8
You can’t perform that action at this time.
0 commit comments