Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 73d7141

Browse files
author
David Robertson
committed
Suppress some python-version warnings
1 parent a4a74e9 commit 73d7141

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v3
3535
- uses: actions/setup-python@v4
36+
with:
37+
python-version: "3.x"
3638
- uses: matrix-org/setup-python-poetry@v1
3739
with:
3840
extras: "all"
@@ -44,6 +46,8 @@ jobs:
4446
steps:
4547
- uses: actions/checkout@v3
4648
- uses: actions/setup-python@v4
49+
with:
50+
python-version: "3.x"
4751
- run: "pip install 'click==8.1.1' 'GitPython>=3.1.20'"
4852
- run: scripts-dev/check_schema_delta.py --force-colors
4953

@@ -68,6 +72,8 @@ jobs:
6872
ref: ${{ github.event.pull_request.head.sha }}
6973
fetch-depth: 0
7074
- uses: actions/setup-python@v4
75+
with:
76+
python-version: "3.x"
7177
- run: "pip install 'towncrier>=18.6.0rc1'"
7278
- run: scripts-dev/check-newsfragment.sh
7379
env:

0 commit comments

Comments
 (0)