Skip to content

Bump pytest-asyncio from 0.21.0 to 0.21.1 (#905) #1992

Bump pytest-asyncio from 0.21.0 to 0.21.1 (#905)

Bump pytest-asyncio from 0.21.0 to 0.21.1 (#905) #1992

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
name: "Python ${{ matrix.python-version }}"
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
steps:
- uses: "actions/checkout@v3"
- name: Set up Python ${{ matrix.python-version }}
uses: "actions/setup-python@v4"
with:
python-version: "${{ matrix.python-version }}"
- name: Set up Poetry
uses: Gr1N/setup-poetry@v8
- name: "Install tox"
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox tox-gh-actions
- name: "Run tox targets for ${{ matrix.python-version }}"
run: python -m tox