Skip to content

build(deps): bump gitpython from 3.1.32 to 3.1.37 #390

build(deps): bump gitpython from 3.1.32 to 3.1.37

build(deps): bump gitpython from 3.1.32 to 3.1.37 #390

name: Test workflow integration using Pip
on:
push:
branches: [main, issue-*]
pull_request:
branches: [main, issue-*]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python
uses: actions/[email protected]
with:
python-version: "3.9"
- name: Setup Libvips
run: |
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y libvips-dev
- name: Setup wheel
run: pip3 install wheel
- name: Setup Nautilus Librarian
run: pip3 install nautilus-librarian
- name: Invoke Librarian
run: nautilus-librarian --help