Skip to content

Commit 61dd029

Browse files
sayakpaulDN6
andauthored
Update .github/workflows/benchmark.yml
Co-authored-by: Dhruv Nair <[email protected]>
1 parent e0ccb60 commit 61dd029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
HF_TOKEN: ${{ secrets.DIFFUSERS_BOT_TOKEN }}
5050
run: |
5151
cd benchmarks && python run_all.py && python push_results.py
52-
mkdir ${BASE_PATH} && mv *.csv ${BASE_PATH}
52+
mkdir $BASE_PATH && mv *.csv $BASE_PATH
5353
5454
- name: Test suite reports artifacts
5555
if: ${{ always() }}

0 commit comments

Comments
 (0)