Skip to content

Bump pillow from 10.0.0 to 10.0.1 #783

Bump pillow from 10.0.0 to 10.0.1

Bump pillow from 10.0.0 to 10.0.1 #783

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: poetry install --no-root
- name: Build figures
run: make all
- name: Upload files
uses: actions/upload-artifact@v2
with:
name: files
path: output/*.*