We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5379ac0 commit b85b07eCopy full SHA for b85b07e
.github/workflows/ci.yml
@@ -16,8 +16,8 @@ jobs:
16
17
- name: Setup dependencies
18
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
+ uv pip install --user --break-system-packages -r ./.requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
+ uv pip install --user --break-system-packages pytest pytest-md pytest-emoji
21
22
- name: Run pytest
23
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
0 commit comments