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 f9e79e2 commit 7a2c805Copy full SHA for 7a2c805
.github/workflows/pytest.yml
@@ -38,9 +38,8 @@ jobs:
38
fi
39
echo PATH=$PATH >> $GITHUB_ENV
40
uv pip install -r requirements/requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt
41
- uv pip install -e .
42
- name: Install test requirements
43
- run: uv pip install .[test]
+ run: uv pip install -e .[test]
44
- name: Run tests
45
run: |
46
uv run pytest tests/
0 commit comments