From 31cc22ad1bf8a56f10d8f01005de264eaadcc7e9 Mon Sep 17 00:00:00 2001 From: "Chan-hoo.Jeon" Date: Wed, 27 Mar 2024 17:12:43 +0000 Subject: [PATCH] check python version --- .github/workflows/auto_doc.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/auto_doc.yml b/.github/workflows/auto_doc.yml index bdc52968..e38c429d 100644 --- a/.github/workflows/auto_doc.yml +++ b/.github/workflows/auto_doc.yml @@ -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