mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-09 01:54:21 +02:00
Only run uv smoke test on Ubuntu
Refs https://github.com/simonw/sqlite-utils/pull/843#issuecomment-5287666426
This commit is contained in:
parent
829aa1438c
commit
bcf8b564ee
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -54,6 +54,7 @@ jobs:
|
||||||
pip install uv
|
pip install uv
|
||||||
uv run ty check sqlite_utils
|
uv run ty check sqlite_utils
|
||||||
- name: Check no accidental dev= dependencies needed
|
- name: Check no accidental dev= dependencies needed
|
||||||
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
pip install uv
|
pip install uv
|
||||||
uv run --no-default-groups sqlite-utils --help
|
uv run --no-default-groups sqlite-utils --help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue