Skip to content

Commit fccc369

Browse files
author
liuxinwei
committed
同上
1 parent b0b9772 commit fccc369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
- name: 🐍 Set up Python
3838
uses: actions/setup-python@main
3939
with:
40-
python-version: "3.11"
40+
python-version: "3.12"
4141
cache: "pip"
4242
cache-dependency-path: "pyproject.toml"
4343
- name: 🔧 Build HTML
4444
run: |
4545
apt-get update && sudo apt-get upgrade
4646
pip install --upgrade pip
4747
pip install .[doc] --upgrade
48-
conda install -c conda-forge pandoc compilers cppyy pandoc llvm doxygen
48+
conda install -c conda-forge pandoc compilers pandoc llvm doxygen
4949
conda install -c conda-forge -y graphviz
5050
invoke doc
5151
- name: Setup Pages

0 commit comments

Comments
 (0)