Skip to content

feat: add improved extension registry (#12) #6

feat: add improved extension registry (#12)

feat: add improved extension registry (#12) #6

Workflow file for this run

name: Run Tests
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
tests:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10.12'
- name: Install uv
run : curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Sync requirments
run : uv pip sync --system requirements.lock
- name: Run tests
run : pytest