Skip to content

Commit

Permalink
chore(ci): speed up installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed May 31, 2024
1 parent fe3fc69 commit 997721f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
python-version: 3.12

- name: Install dependencies
env: { UV_SYSTEM_PYTHON: true }
run: |
pip install -U pip
pip install .
pip install ruff watchfiles
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
- name: Check code quality
run: |
Expand Down

0 comments on commit 997721f

Please sign in to comment.