Skip to content

Commit

Permalink
builder: add setuptools as required since python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Apr 18, 2024
1 parent 15c97d1 commit 97d0b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: install python3 dependencies
run: |
pip install -r requirements.txt
pip install setuptools
- name: setup texlive
uses: teatimeguest/setup-texlive-action@v3
with:
Expand Down

0 comments on commit 97d0b2c

Please sign in to comment.