We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c365d47 commit 80a17b3Copy full SHA for 80a17b3
1 file changed
.github/workflows/sphinx_docs_to_gh_pages.yaml
@@ -36,6 +36,7 @@ jobs:
36
- name: Installing the library
37
shell: bash -l {0}
38
run: |
39
+ pip3 install "setuptools>=77" --upgrade
40
python setup.py install
41
- name: Installing pandoc
42
# shell: bash -l {0}
0 commit comments