Skip to content

Commit 65ad5f1

Browse files
specify python version for ci
1 parent 395d6be commit 65ad5f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v1
2020
with:
21-
python-version: '3.x'
21+
python-version: '3.11'
2222
- name: Install tox
2323
run: |
2424
pip install tox==3.17.1

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Python
1919
uses: actions/setup-python@v1
2020
with:
21-
python-version: '3.x'
21+
python-version: '3.11'
2222
- name: Install tox
2323
run: |
2424
pip install tox==3.17.1

0 commit comments

Comments
 (0)