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 b0b9772 commit fccc369Copy full SHA for fccc369
.github/workflows/pages.yml
@@ -37,15 +37,15 @@ jobs:
37
- name: 🐍 Set up Python
38
uses: actions/setup-python@main
39
with:
40
- python-version: "3.11"
+ python-version: "3.12"
41
cache: "pip"
42
cache-dependency-path: "pyproject.toml"
43
- name: 🔧 Build HTML
44
run: |
45
apt-get update && sudo apt-get upgrade
46
pip install --upgrade pip
47
pip install .[doc] --upgrade
48
- conda install -c conda-forge pandoc compilers cppyy pandoc llvm doxygen
+ conda install -c conda-forge pandoc compilers pandoc llvm doxygen
49
conda install -c conda-forge -y graphviz
50
invoke doc
51
- name: Setup Pages
0 commit comments