Skip to content

chore(deps-dev): bump pytest-asyncio from 0.21.0 to 0.21.1 #103

chore(deps-dev): bump pytest-asyncio from 0.21.0 to 0.21.1

chore(deps-dev): bump pytest-asyncio from 0.21.0 to 0.21.1 #103

Workflow file for this run

name: linux-ci
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install -r dev-requirements.txt
- name: Run tests
run: inv t