Skip to content

Commit 958768b

Browse files
committed
fix
1 parent 2ede983 commit 958768b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/examples.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ jobs:
485485

486486
steps:
487487
- uses: actions/checkout@v4
488+
with:
489+
ref: ${{ github.head_ref }}
488490

489491
# - name: Set up Python
490492
# uses: actions/setup-python@v5
@@ -545,5 +547,4 @@ jobs:
545547
uses: stefanzweifel/git-auto-commit-action@v5
546548
with:
547549
commit_message: "Commit SVG reports"
548-
branch: ${{ github.head_ref }}
549550
file_pattern: 'packages/*/images/*_size_report.svg'

scripts/generate_combined_report.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import json
22
import os
33
import glob
4-
from datetime import datetime
54
from typing import Dict, Any, Union
6-
import pandas as pd
7-
import numpy as np
85

96
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
107

0 commit comments

Comments
 (0)