Skip to content

Commit 0ce6673

Browse files
author
Paolo Calao
authored
CI: Force python 3.7 (#72)
Force python version to `3.7`, instead of a specific minor version, in order to always take the latest minor version.
1 parent 4b701bb commit 0ce6673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Python
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: '3.7.11'
20+
python-version: '3.7'
2121
architecture: 'x64'
2222

2323
- name: Install apigentools

0 commit comments

Comments
 (0)