We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50be1aa commit da610d8Copy full SHA for da610d8
1 file changed
.github/workflows/pytest.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v2
27
- uses: actions/setup-python@v2
28
with:
29
- python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
+ python-version: '3.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax
30
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
31
cache: 'pip'
32
0 commit comments