Skip to content

Commit 0ccdf81

Browse files
committed
Use python-version: 3.x to get rid of warning
1 parent 51cdaad commit 0ccdf81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121
- uses: actions/setup-python@v4
22+
with:
23+
python-version: 3.x
2224
- uses: pre-commit/action@v3.0.0
2325

2426
# Run tests
@@ -35,6 +37,8 @@ jobs:
3537
- uses: actions/checkout@v3
3638

3739
- uses: actions/setup-python@v4
40+
with:
41+
python-version: 3.x
3842

3943
- name: Get Docker version
4044
run: |

0 commit comments

Comments
 (0)