Skip to content

fix: pygit2>1.15 raises '_pygit2.Commit' object has no attribute 'oid' #50

fix: pygit2>1.15 raises '_pygit2.Commit' object has no attribute 'oid'

fix: pygit2>1.15 raises '_pygit2.Commit' object has no attribute 'oid' #50

Workflow file for this run

name: "Test"
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
workflow_dispatch:
jobs:
test:
name: Run automated tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install tools
run: python3 -m pip install --upgrade pip setuptools wheel
- name: Install DEV dependencies
run: pip install -e .[dev]
- name: Run tests
run: bash run_tests.sh