Skip to content

Commit 698a205

Browse files
committed
Why are we not finding the reqs
1 parent 840cf4a commit 698a205

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-docs.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ 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+
ls
45+
uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
4346
- name: Building leaderboard
4447
run: python leaderboard/create_leaderboard.py --input ../submissions --output docs/leaderboard_table.md
4548
- name: Build Documentation

0 commit comments

Comments
 (0)