Skip to content

Commit 2150f69

Browse files
committed
Use setup-environment with pyright ci
1 parent 7d1ec7a commit 2150f69

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pyright.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/[email protected]
18-
- name: Install the latest version of uv
19-
uses: astral-sh/[email protected]
20-
- name: Setup environment
21-
run: uv sync --dev
18+
- uses: ./.github/actions/setup-environment
2219
- name: Run pyright
2320
run: uv run pyright

0 commit comments

Comments
 (0)