Skip to content

Commit 89eebbc

Browse files
committed
ci(python): fix ver
Signed-off-by: Me0wo <152751263+Sn0wo2@users.noreply.github.com>
1 parent 2ba8b51 commit 89eebbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: 'latest'
26+
python-version: '3.x'
2727

2828
- name: Install flake8
2929
run: pip install flake8

0 commit comments

Comments
 (0)