Skip to content

Bump pytest-asyncio from 0.23.3 to 0.23.4 #2367

Bump pytest-asyncio from 0.23.3 to 0.23.4

Bump pytest-asyncio from 0.23.3 to 0.23.4 #2367

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:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: "actions/checkout@v4"
- name: Set up Python ${{ matrix.python-version }}
uses: "actions/setup-python@v5"
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