Skip to content

Bump gitpython from 3.1.35 to 3.1.37 #354

Bump gitpython from 3.1.35 to 3.1.37

Bump gitpython from 3.1.35 to 3.1.37 #354

Workflow file for this run

name: Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
export PATH="$HOME/.local/bin:$PATH"
sudo apt-get install -y python3-setuptools pandoc
pip3 install --user -r requirements.txt
- name: Build the docs
run: |
export PATH="$HOME/.local/bin:$PATH"
make py
make man
make htmlall