We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e1432 commit 58c8fa7Copy full SHA for 58c8fa7
2 files changed
.github/workflows/python.yml
@@ -38,10 +38,11 @@ jobs:
38
uses: actions/setup-python@v6
39
with:
40
python-version: ${{ matrix.python-version }}
41
+ - uses: astral-sh/setup-uv@v6
42
- name: Install dependencies
43
run: |
- python -m pip install --upgrade pip
44
- pip install -r requirements_dev.txt dist/*.whl
+ uv sync --group dev --no-install-project
45
+ uv pip install dist/*.whl
46
- name: Test with pytest
47
48
pytest tests
requirements_dev.txt
0 commit comments