We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c5f3a commit 70e03c5Copy full SHA for 70e03c5
1 file changed
.github/workflows/benchmark.yaml
@@ -15,7 +15,7 @@ jobs:
15
fetch-tags: true
16
fetch-depth: 0
17
- id: last_tag
18
- run: echo ="tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
+ run: echo "tag=$(git describe --tags --abbrev=0)" >> $GITHUB_OUTPUT
19
20
benchmark:
21
needs: get-tag
@@ -38,8 +38,8 @@ jobs:
38
- run: uv sync --extra "cloud"
39
- name: Run benchmarks
40
run: |
41
- uv run .github/scripts/run_benchmarks.py \
42
- --output benchmark-${{matrix.target.name }}.json
+ uv run .github/scripts/run_benchmarks.py \
+ --output benchmark-${{ matrix.target.name }}.json
43
- uses: actions/upload-artifact@v7
44
with:
45
name: benchmark-${{ matrix.target.name }}
0 commit comments