Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/api-consumption-report.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/api-consumption-report.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -120,7 +120,7 @@ Use the `history-appender` agent to append today's entry to the trending history
## Step 4 — Generate Snazzy Python Charts

Use the `chart-script-writer` agent to write `/tmp/gh-aw/python/api_consumption_charts.py`,
then run it: `python3 /tmp/gh-aw/python/api_consumption_charts.py`.
then run it with the prepared charting environment: `/tmp/gh-aw/python/venv/bin/python3 /tmp/gh-aw/python/api_consumption_charts.py`.

---

Expand DownExpand Up@@ -414,7 +414,7 @@ Write a complete Python script to `/tmp/gh-aw/python/api_consumption_charts.py`.
The main workflow will then execute:

```bash
python3 /tmp/gh-aw/python/api_consumption_charts.py
/tmp/gh-aw/python/venv/bin/python3 /tmp/gh-aw/python/api_consumption_charts.py
```

The script must create exactly 5 charts, all saved to `/tmp/gh-aw/python/charts/` at 300 DPI
Expand Down
Loading