Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDavid committed Oct 29, 2023
1 parent cf65d78 commit b5abc45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v1
with:
python-version: 3.12.0
python-version: 3.11.6

- name: "Install Pandoc"
run: |
Expand All @@ -29,6 +29,7 @@ jobs:
run: |
cd doc/
pip3 install setuptools
pip3 install --upgrade pip
pip3 install -r requirements.txt
- name: "Build Sphinx Doc"
Expand Down

0 comments on commit b5abc45

Please sign in to comment.