We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a0957 commit 2d0cc12Copy full SHA for 2d0cc12
.github/workflows/python-package.yml
@@ -24,11 +24,11 @@ jobs:
24
python-version: ${{ matrix.python-version }}
25
- name: Lint with ruff
26
run: |
27
+ python -m pip install --system uv
28
uv pip install --system ruff
29
ruff check src/icegrams
30
- name: Install dependencies
31
- python -m pip install uv
32
uv pip install --system --upgrade wheel setuptools pytest packaging
33
uv pip install --system -e .
34
- name: Test with pytest
0 commit comments