Skip to content

Commit ca18568

Browse files
Remove duplicate typecheck job from pythonpackage workflow
Amp-Thread-ID: https://ampcode.com/threads/T-80911782-2b88-418f-bb90-7ca8f3694f54 Co-authored-by: Amp <[email protected]>
1 parent 0314d20 commit ca18568

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -119,34 +119,3 @@ jobs:
119119
- name: Run ruff
120120
run: ruff check json2xml tests
121121

122-
typecheck:
123-
runs-on: ubuntu-latest
124-
steps:
125-
- uses: actions/checkout@v4
126-
with:
127-
persist-credentials: false
128-
129-
- name: Set up Python 3.12
130-
uses: actions/[email protected]
131-
with:
132-
python-version: '3.12'
133-
134-
- name: Install uv
135-
uses: astral-sh/setup-uv@v6
136-
with:
137-
enable-cache: true
138-
cache-dependency-glob: |
139-
requirements*.txt
140-
requirements-dev.in
141-
pyproject.toml
142-
143-
- name: Install dependencies
144-
run: |
145-
uv venv
146-
uv pip install -e .
147-
148-
- name: Run ty
149-
run: |
150-
source .venv/bin/activate
151-
uvx ty check json2xml tests
152-

0 commit comments

Comments
 (0)