Skip to content

Commit 645cb6c

Browse files
committed
pin python version for doc building
1 parent 2c35e5e commit 645cb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
- name: Set up Python 3
221221
uses: actions/setup-python@v2
222222
with:
223-
python-version: "3.x"
223+
python-version: "3.10.6"
224224
- name: Install dependencies
225225
run: |
226226
sudo apt-get update

0 commit comments

Comments
 (0)