Skip to content

Commit

Permalink
.circleci/config.yml: use system python, insetad of CircleCI custom p…
Browse files Browse the repository at this point in the history
…ython
  • Loading branch information
k-okada committed Feb 7, 2025
1 parent 6bc718f commit 6b781fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ jobs:
cp doc/latex/*.rst /tmp/rst
cp doc/latex/fig/*.png /tmp/rst/fig
cp doc/latex/conf.py /tmp/rst
- run:
name: Use system python3.12
command: |
pyenv global system
- run:
name: Install Sphinx
command: |
Expand Down

0 comments on commit 6b781fe

Please sign in to comment.