We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890cb02 commit 283b15eCopy full SHA for 283b15e
.github/workflows/build-docs.yaml
@@ -24,10 +24,6 @@ jobs:
24
fetch-depth: 0
25
repository: scicode-bench/submissions
26
path: submissions
27
- - name: Verify directory structure
28
- run: |
29
- sudo apt-get install tree
30
- tree -d .
31
- name: Configure Git Credentials
32
run: |
33
git config user.name github-actions[bot]
@@ -46,13 +42,7 @@ jobs:
46
42
47
43
curl -LsSf https://astral.sh/uv/install.sh | sh
48
44
- name: Installing requirements
49
50
- pwd
51
- ls
52
- uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
53
54
55
- tree -d ../../
45
+ run: uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
56
- name: Building leaderboard
57
run: python leaderboard/create_leaderboard.py --input submissions --output docs/leaderboard_table.md
58
- name: Build Documentation
0 commit comments