Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Nov 25, 2024
1 parent a458c24 commit a31b3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_sphinx_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.12'

- name: Install Sphinx dependencies and package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_inspector_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.12'

- name: Update pip
run: python -m pip install --upgrade pip
Expand Down

0 comments on commit a31b3d2

Please sign in to comment.