We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf00fe commit bbc8c0bCopy full SHA for bbc8c0b
1 file changed
.github/workflows/python.yml
@@ -30,8 +30,6 @@ jobs:
30
uses: astral-sh/setup-uv@v7
31
with:
32
python-version: "3"
33
- - name: Install dependencies
34
- run: uv sync
35
- name: Run ty
36
run: uv run poe typecheck
37
@@ -47,8 +45,6 @@ jobs:
47
45
48
46
49
python-version: ${{ matrix.python-version }}
50
51
52
- name: Run tests with coverage
53
run: uv run poe test
54
- name: Upload coverage to Codecov
@@ -70,9 +66,6 @@ jobs:
70
66
71
67
python-version: "3.9"
72
68
73
74
75
-
76
69
- name: Run integration tests
77
run: uv run poe test-integration
78
env:
0 commit comments