Skip to content

Commit

Permalink
Updated setuptools in gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mambelli committed Mar 1, 2025
1 parent 993e380 commit b7accf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
# Installing sphinx as user, not root. Protecting from pip upgrade failure.
python3 -m pip install -U pip || true
python3 -m pip install --upgrade setuptools wheel setuptools-scm[toml] packaging
python3 -m pip install sphinx
- name: Install required modules for AST to parse the codebase
Expand Down

0 comments on commit b7accf0

Please sign in to comment.