Skip to content

build(deps-dev): update ruff requirement from <0.0.284 to <0.0.285 (#… #2269

build(deps-dev): update ruff requirement from <0.0.284 to <0.0.285 (#…

build(deps-dev): update ruff requirement from <0.0.284 to <0.0.285 (#… #2269

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 12 * * *'
jobs:
test:
strategy:
matrix:
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: "pip"
cache-dependency-path: pyproject.toml
- name: test
run: make test PIP_AUDIT_EXTRA=test