Skip to content

Commit b7accf0

Browse files
committed
Updated setuptools in gh-pages workflow
1 parent 993e380 commit b7accf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
5656
# Installing sphinx as user, not root. Protecting from pip upgrade failure.
5757
python3 -m pip install -U pip || true
58+
python3 -m pip install --upgrade setuptools wheel setuptools-scm[toml] packaging
5859
python3 -m pip install sphinx
5960
6061
- name: Install required modules for AST to parse the codebase

0 commit comments

Comments
 (0)