Skip to content

Commit da610d8

Browse files
authored
[update] update pytest.yml
1 parent 50be1aa commit da610d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-python@v2
2828
with:
29-
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
29+
python-version: '3.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax
3030
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
3131
cache: 'pip'
3232

0 commit comments

Comments
 (0)