chore(deps): pin sdk dependencies to patch version (#77)
* chore(deps): pin sdk dependencies to patch * chore(ci): use python3.14 in CI * feat(ci): auto-tag when sdk version change merged to main * chore(ci): use actions/checkout@v6
This commit is contained in:
@@ -9,23 +9,23 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v1
|
||||
with:
|
||||
version: "latest"
|
||||
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
python-version: "3.14"
|
||||
|
||||
- name: Install dependencies
|
||||
run: UV_GIT_LFS=1 uv sync --dev
|
||||
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
LIVEKIT_URL: ${{ secrets.LIVEKIT_URL }}
|
||||
|
||||
Reference in New Issue
Block a user