Skip to content

Commit b85b07e

Browse files
Use --user instead of --system
1 parent 5379ac0 commit b85b07e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
- name: Setup dependencies
1818
run: |
19-
uv pip install --system --break-system-packages -r ./.requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
20-
uv pip install --system --break-system-packages pytest pytest-md pytest-emoji
19+
uv pip install --user --break-system-packages -r ./.requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
20+
uv pip install --user --break-system-packages pytest pytest-md pytest-emoji
2121
2222
- name: Run pytest
2323
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0

0 commit comments

Comments
 (0)