Skip to content

Commit bde2175

Browse files
authored
Apply suggestions from code review
1 parent a77775f commit bde2175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Python 3
4343
uses: actions/setup-python@v4
4444
with:
45-
python-version: "3.10"
45+
python-version: 3
4646

4747
- name: Install GraphViz & pandoc
4848
run: |

.github/workflows/docs-build-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python 3
4848
uses: actions/setup-python@v4
4949
with:
50-
python-version: "3.10"
50+
python-version: 3
5151

5252
- name: Install dependencies
5353
run: |

0 commit comments

Comments
 (0)