Skip to content

Commit 39c4edb

Browse files
Sixth try fixing CI/CD
1 parent ecdb5cd commit 39c4edb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/install-packs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_workspace_packs(root):
2121
args = parser.parse_args()
2222

2323
# Find the root of the repo
24-
root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
24+
root = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
2525

2626
packs = get_workspace_packs(root)
2727

0 commit comments

Comments
 (0)