Skip to content

Commit 34fdbd4

Browse files
kevinjqliuCopilot
andcommitted
CI: Run lint checks once
Avoid repeating version-independent lockfile and lint checks across the Python matrix. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent d5474fd commit 34fdbd4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/python-ci.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ jobs:
5757
- name: Install system dependencies
5858
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
5959
- name: Check uv.lock is up to date
60+
if: matrix.python == '3.12'
6061
run: uv lock --check
6162
- name: Install
6263
run: make install
6364
- name: Run linters
65+
if: matrix.python == '3.12'
6466
run: make lint
6567
- name: Run unit tests with coverage
6668
run: COVERAGE=1 make test

0 commit comments

Comments
 (0)