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.
uv pip install
1 parent d5dc4c9 commit d4e80b9Copy full SHA for d4e80b9
.github/workflows/ci.yml
@@ -16,8 +16,8 @@ jobs:
16
17
- name: Setup dependencies
18
run: |
19
- uv pip install --system -r ./.requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
20
- uv pip install --system pytest pytest-md pytest-emoji
+ uv pip install -r ./.requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
+ uv pip install pytest pytest-md pytest-emoji
21
22
- name: Run pytest
23
uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0
0 commit comments