Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 9834167

Browse files
authored
Update validation.yml
1 parent 5fbfaad commit 9834167

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/validation.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
testdir:
99
type: string
1010
default: tests
11+
python-version:
12+
type: string
13+
default: 3.11.2
1114

1215
jobs:
1316
validation:
@@ -22,6 +25,11 @@ jobs:
2225
args: -m integration
2326
steps:
2427
- uses: actions/checkout@v2
28+
- name: Setup Python
29+
uses: actions/setup-python@v4.6.0
30+
with:
31+
# Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset.
32+
python-version: ${{ inputs.python-version }}
2533
- name: ${{ matrix.tools }}
2634
uses: microsoft/action-python@0.3.15
2735
with:

0 commit comments

Comments
 (0)