Skip to content

Bump aiohttp from 3.9.0 to 3.10.2 #120

Bump aiohttp from 3.9.0 to 3.10.2

Bump aiohttp from 3.9.0 to 3.10.2 #120

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
ci:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
poetry-version: ["1.3.1"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install dependencies
run: poetry install --with test
- name: Run tests
run: poetry run task test