Skip to content

Bump atoti[aws,azure,gcp,jdbc,jupyterlab,kafka] from 0.9.1 to 0.9.2 in the all-minor-patch-updates group #724

Bump atoti[aws,azure,gcp,jdbc,jupyterlab,kafka] from 0.9.1 to 0.9.2 in the all-minor-patch-updates group

Bump atoti[aws,azure,gcp,jdbc,jupyterlab,kafka] from 0.9.1 to 0.9.2 in the all-minor-patch-updates group #724

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dnb') }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python: ["3.10"]
node-version: [16.x]
fail-fast: false
name: Test on ${{ matrix.os }} with Python ${{ matrix.python }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
architecture: x64
python-version: ${{ matrix.python }}
- name: Install uv
run: pip install uv
- name: Create venv and install Python dependencies from uv.lock
run: uv sync
- name: Run ruff
run: uv run ruff format --check .
- name: Run notebooks
run: uv run python tests/execute_notebooks.py