Skip to content

Commit

Permalink
add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Aug 16, 2024
1 parent 780837b commit 541539a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/requirements-docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: |
python_version=$(cat .readthedocs.yaml | yq ".build.tools.python")
echo python-version=$python_version >> $GITHUB_OUTPUT
- name: Check Python Version
run: echo '${{ steps.get-version.python-version }}'
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 541539a

Please sign in to comment.