We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840cf4a commit 93e3ce9Copy full SHA for 93e3ce9
.github/workflows/build-docs.yaml
@@ -39,7 +39,9 @@ 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
+ uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
45
- name: Building leaderboard
46
run: python leaderboard/create_leaderboard.py --input ../submissions --output docs/leaderboard_table.md
47
- name: Build Documentation
0 commit comments