Skip to content

Commit

Permalink
fix: add gitpython installation to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
v30matt committed Oct 12, 2024
1 parent d288bc3 commit ee0578f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/compile-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ jobs:
with:
fetch-depth: 0 # Fetch full history to detect changes

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install required Python packages
run: |
pip install gitpython
- name: Set up Docker
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit ee0578f

Please sign in to comment.