Skip to content

Commit ad26e11

Browse files
committed
Pip can break the system
1 parent d4fa2e3 commit ad26e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
docker exec -u 0 test chown -R idci:idci /test
5555
docker exec -u 0 test apk add black
5656
docker exec -w /test test black --check .
57-
docker exec -u 0 test pip install behave
57+
docker exec -u 0 test pip3 install --break-system-packages behave
5858
docker exec test mkdir /tmp/artifacts
5959
docker exec -w /test test behave --junit --junit-directory /tmp/artifacts /test/tests
6060

0 commit comments

Comments
 (0)