We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dba12 commit 95b773eCopy full SHA for 95b773e
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python 3.7
22
uses: actions/setup-python@v4
23
with:
24
- python-version: 3.7
+ python-version: '3.7.x'
25
- name: Versions
26
run: |
27
python3 --version
0 commit comments