Skip to content

Commit 6622af9

Browse files
committed
Limit Python version for documentation check to 3.10.
1 parent dcbf298 commit 6622af9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
- name: 🐍 Setup Python
9696
uses: actions/setup-python@v4
9797
with:
98-
python-version: ${{ needs.Params.outputs.python_version }}
98+
python-version: "3.10"
99+
# python-version: ${{ needs.Params.outputs.python_version }}
99100

100101
- name: 🐍 Install dependencies
101102
run: |

0 commit comments

Comments
 (0)