Skip to content

Commit

Permalink
check python version
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Mar 27, 2024
1 parent dbf6eb8 commit 31cc22a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
permissions:
contents: write
steps:
- script: |
set -o xtrace
python --version
pip --version
- uses: actions/checkout@v3
- name: Build HTML
uses: ammaraskar/sphinx-action@master
Expand Down

0 comments on commit 31cc22a

Please sign in to comment.