Skip to content

Commit 93e3ce9

Browse files
committed
Why are we not finding the reqs
1 parent 840cf4a commit 93e3ce9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-docs.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
run: |
4040
curl -LsSf https://astral.sh/uv/install.sh | sh
4141
- name: Installing requirements
42-
run: uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
42+
run: |
43+
pwd
44+
uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
4345
- name: Building leaderboard
4446
run: python leaderboard/create_leaderboard.py --input ../submissions --output docs/leaderboard_table.md
4547
- name: Build Documentation

0 commit comments

Comments
 (0)