Skip to content

Commit bb0a0ce

Browse files
committed
fix(ci): remove working directory which should not be there?
1 parent b81127a commit bb0a0ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,10 @@ jobs:
3636
with:
3737
fetch-depth: 1
3838

39-
- name: debug
40-
run: ls -lR
41-
4239
- name: Install benchmark script dependencies
4340
run: python3 -m pip install -r benchmark_v2/requirements.txt kernels
4441

4542
- name: Reinstall transformers in edit mode (remove the one installed during docker image build)
46-
working-directory: /transformers
4743
run: python3 -m pip uninstall -y transformers && python3 -m pip install -e ".[torch]"
4844

4945
- name: Run benchmark

0 commit comments

Comments
 (0)