Skip to content

Migrate from pip/venv to UV package manager #28

Migrate from pip/venv to UV package manager

Migrate from pip/venv to UV package manager #28

Workflow file for this run

name: ci
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install UV
uses: astral-sh/setup-uv@v4
with:
version: "latest"
- name: Set up Python
run: uv python install 3.12
- name: Install dependencies
working-directory: ./svc
run: uv sync