We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993e380 commit b7accf0Copy full SHA for b7accf0
.github/workflows/gh-pages.yaml
@@ -55,6 +55,7 @@ jobs:
55
sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
56
# Installing sphinx as user, not root. Protecting from pip upgrade failure.
57
python3 -m pip install -U pip || true
58
+ python3 -m pip install --upgrade setuptools wheel setuptools-scm[toml] packaging
59
python3 -m pip install sphinx
60
61
- name: Install required modules for AST to parse the codebase
0 commit comments