Skip to content

Commit a41b25f

Browse files
authored
fix(ci): pkg downloads workflow (#1779)
1 parent 9e85b89 commit a41b25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packages_yml_get_downloads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
yaml.preserve_quotes = True
1313
yaml.width = 4096 # Prevent line wrapping
1414

15-
PACKAGE_YML = Path(__file__).parents[2] / "reference" / "packages.yml"
15+
PACKAGE_YML = Path(__file__).parents[1] / "reference" / "packages.yml"
1616

1717

1818
def _get_downloads(p: dict) -> int:

0 commit comments

Comments
 (0)