Skip to content

Bump pytest from 7.3.1 to 7.3.2 #28

Bump pytest from 7.3.1 to 7.3.2

Bump pytest from 7.3.1 to 7.3.2 #28

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: "1.4.1"
- name: Install dependencies
run: poetry install
- name: Run tests
run: poetry run pytest -v