Skip to content

build(deps): bump pillow from 10.0.1 to 10.2.0 #353

build(deps): bump pillow from 10.0.1 to 10.2.0

build(deps): bump pillow from 10.0.1 to 10.2.0 #353

Workflow file for this run

name: PyChunkedGraph
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Build image and run tests
run: |
docker build --tag seunglab/pychunkedgraph:$GITHUB_SHA .
docker run --rm seunglab/pychunkedgraph:$GITHUB_SHA /bin/sh -c "pytest --cov-config .coveragerc --cov=pychunkedgraph ./pychunkedgraph/tests && codecov"