Skip to content

feat(upgrade): upgrade to v3 of the mlops-python-package, replacing p… #3

feat(upgrade): upgrade to v3 of the mlops-python-package, replacing p…

feat(upgrade): upgrade to v3 of the mlops-python-package, replacing p… #3

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- '*'
permissions:
contents: read
id-token: write
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
cookiecutter:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version-file: .python-version
- name: Test
run: uv run invoke test