Skip to content

deps: bump syrupy from 4.9.1 to 5.0.0 in the dev-deps group #142

deps: bump syrupy from 4.9.1 to 5.0.0 in the dev-deps group

deps: bump syrupy from 4.9.1 to 5.0.0 in the dev-deps group #142

Workflow file for this run

name: Test Build of Python Package
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Install Poetry
uses: abatilo/actions-poetry@v4
with:
poetry-version: "latest"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
poetry install
- name: Build package
run: poetry build