Skip to content

Bump astral-sh/setup-uv from 8.2.0 to 8.3.1 in the gha group #577

Bump astral-sh/setup-uv from 8.2.0 to 8.3.1 in the gha group

Bump astral-sh/setup-uv from 8.2.0 to 8.3.1 in the gha group #577

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
concurrency:
group: test-${{ github.head_ref }}
cancel-in-progress: true
env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
- name: Install uv
uses: astral-sh/setup-uv@v8.3.1
with:
enable-cache: true
version: "0.4.x"
- name: Run tests
run: |
uv run pytest
examples:
if: github.event_name == 'pull_request'
uses: ./.github/workflows/examples.yml