Skip to content

Bump aiohttp from 3.8.5 to 3.8.6 #70

Bump aiohttp from 3.8.5 to 3.8.6

Bump aiohttp from 3.8.5 to 3.8.6 #70

Workflow file for this run

name: test
on: [ pull_request ]
jobs:
run-test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup-env
with:
python-version: ${{ matrix.python-version }}
- name: run pytest
run: |
pytest -W error