Skip to content

Commit 3e868d8

Browse files
committed
ci: Enforce GH-action to use Python 3.10
1 parent 2efda6e commit 3e868d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Python
2323
uses: actions/setup-python@v4
2424
with:
25-
python-version: '3.11'
25+
python-version: '3.10'
2626
- name: Install pipenv
2727
run: pip install pipenv
2828
- name: Run Testsuite

0 commit comments

Comments
 (0)