Skip to content

chore(deps): bump pillow from 9.3.0 to 10.0.1 in /api #146

chore(deps): bump pillow from 9.3.0 to 10.0.1 in /api

chore(deps): bump pillow from 9.3.0 to 10.0.1 in /api #146

Workflow file for this run

name: scripts
on:
push:
branches: main
pull_request:
branches: main
jobs:
collect-env:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
architecture: x64
- name: Run environment collection script
run: python .github/collect_env.py