Skip to content

Commit 04d90fd

Browse files
CopilotShreckYe
andcommitted
Remove --break-system-packages flag and add comment about version pins
Co-authored-by: ShreckYe <27768951+ShreckYe@users.noreply.github.com>
1 parent a117dc5 commit 04d90fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
- name: Install Python dependencies
4040
run: |
4141
# Install Python packages needed by the toolset
42-
pip3 install --break-system-packages \
42+
# Version pins match Dockerfile for consistency
43+
pip3 install \
4344
docker==7.0.0 \
4445
mysqlclient==2.2.4 \
4546
pymongo==4.7.2

0 commit comments

Comments
 (0)