mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-07 17:14:09 +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
|
||||
uv run ty check sqlite_utils
|
||||
- name: Check no accidental dev= dependencies needed
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
pip install uv
|
||||
uv run --no-default-groups sqlite-utils --help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue