Skip to content

Commit cf73736

Browse files
committed
tests,misc: pre-commit GH Workflow python-version to 3.10
If the 'python-version' is not set the 'setup-python' action returns the follwoing warning: ``` The `python-version` input is not set. The version of Python currently in `PATH` will be used. ```
1 parent 9b65521 commit cf73736

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-python@v5
22+
with:
23+
python-version: '3.10'
2224
- uses: pre-commit/[email protected]
2325

2426
get-date:

0 commit comments

Comments
 (0)