Skip to content

build(deps): bump pillow from 10.0.1 to 10.2.0 in /streamlit #96

build(deps): bump pillow from 10.0.1 to 10.2.0 in /streamlit

build(deps): bump pillow from 10.0.1 to 10.2.0 in /streamlit #96

Workflow file for this run

name: Windows
on: [push, pull_request]
jobs:
tests:
runs-on: windows-latest
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.11"
env:
TOXENV: py
# no binary package for lxml for 3.11 yet
# - python-version: "3.11"
# env:
# TOXENV: py
# - python-version: "3.11"
# env:
# TOXENV: asyncio
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run tests
env: ${{ matrix.env }}
run: |
python -m pip install --upgrade pip
pip install -U tox
tox