Skip to content

Commit

Permalink
Fix libgit
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Sep 18, 2024
1 parent ca19436 commit beac216
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install libgit2
run: sudo apt-get install -y libgit2 libgit2dev

- name: "Install DSO"
run: pip install -e '.[dev]'

Expand Down

0 comments on commit beac216

Please sign in to comment.