File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
repository : scicode-bench/submissions
26
26
path : submissions
27
- - name : Verify directory structure
28
- run : |
29
- sudo apt-get install tree
30
- tree -d .
31
27
- name : Configure Git Credentials
32
28
run : |
33
29
git config user.name github-actions[bot]
46
42
run : |
47
43
curl -LsSf https://astral.sh/uv/install.sh | sh
48
44
- name : Installing requirements
49
- run : |
50
- pwd
51
- ls
52
- uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
53
- - name : Verify directory structure
54
- run : |
55
- tree -d ../../
45
+ run : uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
56
46
- name : Building leaderboard
57
47
run : python leaderboard/create_leaderboard.py --input submissions --output docs/leaderboard_table.md
58
48
- name : Build Documentation
You can’t perform that action at this time.
0 commit comments