Skip to content

Add a setup-python-uv composite action and integrate just for CI … #140

Add a setup-python-uv composite action and integrate just for CI …

Add a setup-python-uv composite action and integrate just for CI … #140

Workflow file for this run

name: CI Tests
on: [push, pull_request]
jobs:
ci_tests:
name: python 3.14
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Setup Python 3.14 and uv
uses: ./.github/actions/setup-python-uv
- name: Install just
run: |
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
- name: Run CI checks
run: just ci-checks