Skip to content

Commit 5c78c0d

Browse files
committed
set python version for zsh job in ci
1 parent ef3d2d1 commit 5c78c0d

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
@@ -53,6 +53,8 @@ jobs:
5353

5454
- name: Set up Python ${{ matrix.python-version }}
5555
uses: actions/setup-python@v4
56+
with:
57+
python-version: "3.11"
5658

5759
- name: Install dependencies
5860
run: python -m pip install tox

0 commit comments

Comments
 (0)