Skip to content

Commit bbc8c0b

Browse files
authored
chore: remove redundant dependency installation step from CI workflow (#111)
1 parent daf00fe commit bbc8c0b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/python.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
uses: astral-sh/setup-uv@v7
3131
with:
3232
python-version: "3"
33-
- name: Install dependencies
34-
run: uv sync
3533
- name: Run ty
3634
run: uv run poe typecheck
3735

@@ -47,8 +45,6 @@ jobs:
4745
uses: astral-sh/setup-uv@v7
4846
with:
4947
python-version: ${{ matrix.python-version }}
50-
- name: Install dependencies
51-
run: uv sync
5248
- name: Run tests with coverage
5349
run: uv run poe test
5450
- name: Upload coverage to Codecov
@@ -70,9 +66,6 @@ jobs:
7066
with:
7167
python-version: "3.9"
7268

73-
- name: Install dependencies
74-
run: uv sync
75-
7669
- name: Run integration tests
7770
run: uv run poe test-integration
7871
env:

0 commit comments

Comments
 (0)