Skip to content

chore(deps-dev): bump invoke from 2.1.3 to 2.2.0 #105

chore(deps-dev): bump invoke from 2.1.3 to 2.2.0

chore(deps-dev): bump invoke from 2.1.3 to 2.2.0 #105

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