We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdb6bb commit c3e96e6Copy full SHA for c3e96e6
.github/workflows/benchmark.yaml
@@ -7,6 +7,8 @@ on:
7
- 'src/**'
8
- 'reports/**'
9
- '.github/workflows/benchmark.yaml'
10
+ - 'package.json'
11
+
12
env:
13
NODE_VERSION: 20.16.0
14
PNPM_VERSION: 9.14.2
package.json
@@ -8,7 +8,7 @@
"prepare:venv": "python3 -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt",
"run:codegen": "bun ./src/cli/codegen.ts",
"run:evaluate": "bun ./src/cli/evaluate.ts",
- "run:report": "source .venv/bin/activate && python3 reports/main.py"
+ "run:report": ". .venv/bin/activate && python3 reports/main.py"
},
"keywords": [],
"author": "",
0 commit comments