Skip to content

build(deps-dev): bump maturin from 1.14.0 to 1.14.1 #222

build(deps-dev): bump maturin from 1.14.0 to 1.14.1

build(deps-dev): bump maturin from 1.14.0 to 1.14.1 #222

Workflow file for this run

name: Pipeline Tests
on:
push:
branches: [ stable ]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.x
- name: Set up uv
uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: |
uv sync
- name: Run tests
run: |
uv run pytest cloudcheck_update/test_cloudcheck_update.py -v