Skip to content

Commit 70e03c5

Browse files
committed
Fix benchmark workflow bugs
1 parent 33c5f3a commit 70e03c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-tags: true
1616
fetch-depth: 0
1717
- id: last_tag
18-
run: echo ="tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
18+
run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
1919

2020
benchmark:
2121
needs: get-tag
@@ -38,8 +38,8 @@ jobs:
3838
- run: uv sync --extra "cloud"
3939
- name: Run benchmarks
4040
run: |
41-
uv run .github/scripts/run_benchmarks.py \
42-
--output benchmark-${{matrix.target.name }}.json
41+
uv run .github/scripts/run_benchmarks.py \
42+
--output benchmark-${{ matrix.target.name }}.json
4343
- uses: actions/upload-artifact@v7
4444
with:
4545
name: benchmark-${{ matrix.target.name }}

0 commit comments

Comments
 (0)