Skip to content

Commit

Permalink
test another ver of python
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Mar 27, 2024
1 parent 25321c9 commit f584dc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/.python-version

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/"
pre-build-command: "python --version;pip index versions python;/usr/local/bin/python -m pip install --upgrade pip"
pre-build-command: "python --version;python -m pip install --upgrade pip;pip index versions python"

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

0 comments on commit f584dc8

Please sign in to comment.