Skip to content

Commit

Permalink
chore: update theme-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 committed Oct 15, 2024
1 parent 70a1d6c commit de35f0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.10'

- name: Set up env
run: make -C docs setupenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.10'

- name: Set up env
run: make -C docs setupenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: "3.10"

- name: Set up env
run: |
Expand Down

0 comments on commit de35f0d

Please sign in to comment.