We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3fc69 commit 997721fCopy full SHA for 997721f
.github/workflows/ci.yml
@@ -14,11 +14,11 @@ jobs:
14
python-version: 3.12
15
16
- name: Install dependencies
17
+ env: { UV_SYSTEM_PYTHON: true }
18
run: |
- pip install -U pip
19
- pip install .
20
- pip install ruff watchfiles
21
- npm install -g pyright
+ pip install uv && uv pip install pdm
+ pdm export --pyproject --dev --editable-self | uv pip install -r -
+ yarn global add pyright
22
23
- name: Check code quality
24
0 commit comments