Skip to content

Commit 1d175ad

Browse files
committed
use latest python version in check jobs
1 parent 5fca76e commit 1d175ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

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

2727
- name: Set up Python
2828
uses: actions/setup-python@v5
29+
with:
30+
python-version: '3.x'
2931

3032
- name: Install dependencies
3133
run: python -m pip install tox

0 commit comments

Comments
 (0)