Skip to content

Commit c3e96e6

Browse files
committed
fix: action
1 parent dbdb6bb commit c3e96e6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/benchmark.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'src/**'
88
- 'reports/**'
99
- '.github/workflows/benchmark.yaml'
10+
- 'package.json'
11+
1012
env:
1113
NODE_VERSION: 20.16.0
1214
PNPM_VERSION: 9.14.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prepare:venv": "python3 -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt",
99
"run:codegen": "bun ./src/cli/codegen.ts",
1010
"run:evaluate": "bun ./src/cli/evaluate.ts",
11-
"run:report": "source .venv/bin/activate && python3 reports/main.py"
11+
"run:report": ". .venv/bin/activate && python3 reports/main.py"
1212
},
1313
"keywords": [],
1414
"author": "",

0 commit comments

Comments
 (0)