Skip to content

Commit 283b15e

Browse files
committed
Remove debug steps
1 parent 890cb02 commit 283b15e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build-docs.yaml

+1-11
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
fetch-depth: 0
2525
repository: scicode-bench/submissions
2626
path: submissions
27-
- name: Verify directory structure
28-
run: |
29-
sudo apt-get install tree
30-
tree -d .
3127
- name: Configure Git Credentials
3228
run: |
3329
git config user.name github-actions[bot]
@@ -46,13 +42,7 @@ jobs:
4642
run: |
4743
curl -LsSf https://astral.sh/uv/install.sh | sh
4844
- name: Installing requirements
49-
run: |
50-
pwd
51-
ls
52-
uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
53-
- name: Verify directory structure
54-
run: |
55-
tree -d ../../
45+
run: uv pip install --python ${Python_ROOT_DIR} -r 'requirements.txt'
5646
- name: Building leaderboard
5747
run: python leaderboard/create_leaderboard.py --input submissions --output docs/leaderboard_table.md
5848
- name: Build Documentation

0 commit comments

Comments
 (0)