Skip to content

Bump pytest-asyncio from 0.21.0 to 0.23.2 #123

Bump pytest-asyncio from 0.21.0 to 0.23.2

Bump pytest-asyncio from 0.21.0 to 0.23.2 #123

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install python packages
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: pytest
run: pytest