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 d4e80b9 commit f5efa47Copy full SHA for f5efa47
.github/workflows/ci.yml
@@ -16,8 +16,8 @@ jobs:
16
17
- name: Setup dependencies
18
run: |
19
- uv pip install -r ./.requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
20
- uv pip install pytest pytest-md pytest-emoji
+ uv pip install --system --break-system-packages -r ./.requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
+ uv pip install --system --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