Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Bump pillow from 10.0.1 to 10.2.0 (#951) #662

Bump pillow from 10.0.1 to 10.2.0 (#951)

Bump pillow from 10.0.1 to 10.2.0 (#951) #662

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: poetry install
- name: Test with pytest
run: poetry run pytest --junitxml=junit.xml --cov-branch --cov=ckine --cov-report xml:coverage.xml