Skip to content

Commit 8b4885f

Browse files
committed
set the version of python to use for linter jobs
1 parent 63285b9 commit 8b4885f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110

111111
- name: Set up Python
112112
uses: actions/setup-python@v4
113+
with:
114+
python-version: "3.11"
113115

114116
- name: Install dependencies
115117
run: python -m pip install tox

0 commit comments

Comments
 (0)