We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840cf4a commit 698a205Copy full SHA for 698a205
.github/workflows/build-docs.yaml
@@ -39,7 +39,10 @@ jobs:
39
run: |
40
curl -LsSf https://astral.sh/uv/install.sh | sh
41
- name: Installing requirements
42
- run: uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
+ run: |
43
+ pwd
44
+ ls
45
+ uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
46
- name: Building leaderboard
47
run: python leaderboard/create_leaderboard.py --input ../submissions --output docs/leaderboard_table.md
48
- name: Build Documentation
0 commit comments