Skip to content

Commit ad98f72

Browse files
rayketchamclaude
andcommitted
ci: simplify pip install — runner doesn't need --break-system-packages
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dd004b6 commit ad98f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424
- name: Install package
25-
run: pip install --user -e ".[test]" 2>/dev/null || pip install --user --break-system-packages -e ".[test]"
25+
run: pip install --user -e ".[test]"
2626
- name: Run tests
2727
run: python3 -m pytest tests/ -v --tb=short
2828

0 commit comments

Comments
 (0)