-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (34 loc) · 881 Bytes
/
Copy pathci.yml
File metadata and controls
41 lines (34 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: ci
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deterministic:
name: deterministic-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up uv
uses: astral-sh/setup-uv@v9.0.0
with:
python-version: "3.13"
enable-cache: false
- name: Run full tests
run: >-
uvx --python 3.13 --from pytest==9.1.1
--with pyyaml==6.0.3 --with sqlite-vec==0.1.9
--with fastembed==0.8.0 pytest -q
- name: Validate skill packages
run: bin/work-bundle-skill validate