Skip to content

chore(deps-dev): bump pytest from 7.4.0 to 7.4.1 #109

chore(deps-dev): bump pytest from 7.4.0 to 7.4.1

chore(deps-dev): bump pytest from 7.4.0 to 7.4.1 #109

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