Skip to content

Bump gitpython from 3.1.35 to 3.1.37 #27

Bump gitpython from 3.1.35 to 3.1.37

Bump gitpython from 3.1.35 to 3.1.37 #27

Workflow file for this run

# .github/workflows/tests.yml
name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox==2023.4.22
- run: pip install poetry==1.4.0
- run: nox -p ${{ matrix.python-version }}