Skip to content

Commit

Permalink
check python availability
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Mar 27, 2024
1 parent 5a8457a commit d7888c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.8.2'

- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/"
pre-build-command: "python --version;/usr/local/bin/python -m pip install --upgrade pip"
pre-build-command: "module avail;/usr/local/bin/python -m pip install --upgrade pip"

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d7888c5

Please sign in to comment.