Skip to content

Bump gitpython from 3.1.32 to 3.1.34 in /scripts (#2264) #3617

Bump gitpython from 3.1.32 to 3.1.34 in /scripts (#2264)

Bump gitpython from 3.1.32 to 3.1.34 in /scripts (#2264) #3617

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-20.04
name: Unit Tests
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- run: git fetch --prune --unshallow --tags
- run: make check