File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ jobs:
14
14
deploy :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - name : Check out submissions
18
+ uses : actions/checkout@master
18
19
with :
19
20
fetch-depth : 0
20
- - uses : actions/checkout@master
21
+ repository : scicode-bench/submissions
22
+ - name : Check out website
23
+ uses : actions/checkout@v4
21
24
with :
22
25
fetch-depth : 0
23
- repository : scicode-bench/submissions
24
26
- name : Configure Git Credentials
25
27
run : |
26
28
git config user.name github-actions[bot]
39
41
run : |
40
42
curl -LsSf https://astral.sh/uv/install.sh | sh
41
43
- name : Installing requirements
42
- run : uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
44
+ run : |
45
+ pwd
46
+ ls
47
+ uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
43
48
- name : Building leaderboard
44
49
run : python leaderboard/create_leaderboard.py --input ../submissions --output docs/leaderboard_table.md
45
50
- name : Build Documentation
You can’t perform that action at this time.
0 commit comments