Skip to content

Commit c125b3e

Browse files
dobangelinaAngelina Dobardzieva
andauthored
dev-container: Fix incorrect pyproject toml file reference location (#123)
Signed-off-by: Angelina Dobardzieva <[email protected]> Co-authored-by: Angelina Dobardzieva <[email protected]>
1 parent bb3a401 commit c125b3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dev-container: Fix incorrect pyproject toml file reference location

tools/scripts/container_post_startup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2024 Arm Limited and/or its affiliates
3+
# Copyright 2024-2025 Arm Limited and/or its affiliates
44
55
# SPDX-License-Identifier: MIT
66

@@ -16,7 +16,7 @@ fi
1616

1717
# Install the pre-commit hooks.
1818
rm -rf /tmp/build
19-
pip install . -t /tmp/build
19+
pip install tools/ci -t /tmp/build
2020
sudo cp /tmp/build/bin/banned-api-hook /usr/local/bin/banned-api-hook
2121
rm -rf iot_reference_arm_corstone3xx.egg-info
2222
pre-commit install

0 commit comments

Comments
 (0)